summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-06-03 17:39:56 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-06-03 18:09:42 -0700
commit899b69d079713d0f568fb2700b86987aa94f29b2 (patch)
treed19d4ddc35de302ad64b09dc4f07191f5bb624fd
parente11a6c236b3070ed05b079f91a9b3defa48b54d3 (diff)
downloadlinux-3.10-899b69d079713d0f568fb2700b86987aa94f29b2.tar.gz
linux-3.10-899b69d079713d0f568fb2700b86987aa94f29b2.tar.bz2
linux-3.10-899b69d079713d0f568fb2700b86987aa94f29b2.zip
[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 b4a8d6030e4..7d893a60f99 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -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