diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-06-04 04:39:56 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-06-04 05:09:42 +0400 |
commit | 899b69d079713d0f568fb2700b86987aa94f29b2 (patch) | |
tree | d19d4ddc35de302ad64b09dc4f07191f5bb624fd /drivers/ata/Kconfig | |
parent | e11a6c236b3070ed05b079f91a9b3defa48b54d3 (diff) | |
download | linux-899b69d079713d0f568fb2700b86987aa94f29b2.tar.xz |
[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>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 1 |
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 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 |