Skip to content

Commit

Permalink
[ATA]: Don't allow to enable this for SPARC64 without PCI.
Browse files Browse the repository at this point in the history
Based upon a report from Meelis Roos.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 4, 2007
1 parent e11a6c2 commit 899b69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ menuconfig ATA
depends on BLOCK
depends on !(M32R || M68K) || BROKEN
depends on !SUN4 || BROKEN
depends on !(SPARC64 && !PCI)
select SCSI
---help---
If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
Expand Down

0 comments on commit 899b69d

Please sign in to comment.