aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-06-03 20:39:56 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-06-03 21:09:42 -0400
commit899b69d079713d0f568fb2700b86987aa94f29b2 (patch)
treed19d4ddc35de302ad64b09dc4f07191f5bb624fd
parente11a6c236b3070ed05b079f91a9b3defa48b54d3 (diff)
[ATA]: Don't allow to enable this for SPARC64 without PCI.
Based upon a report from Meelis Roos. Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/ata/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index b4a8d6030e48..7d893a60f994 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -8,6 +8,7 @@ menuconfig ATA
8 depends on BLOCK 8 depends on BLOCK
9 depends on !(M32R || M68K) || BROKEN 9 depends on !(M32R || M68K) || BROKEN
10 depends on !SUN4 || BROKEN 10 depends on !SUN4 || BROKEN
11 depends on !(SPARC64 && !PCI)
11 select SCSI 12 select SCSI
12 ---help--- 13 ---help---
13 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or 14 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or