diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-06-05 10:33:04 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-06-05 10:33:04 +0400 |
commit | 65d8bac3df9516adb17ce9df94a955d3c2c85a51 (patch) | |
tree | 54eff26ff5dd07965da7eeeb44261bb2c8a588fc /drivers/ata/Kconfig | |
parent | f04dbac2623439e8e15abf55742769af0280c919 (diff) | |
download | linux-65d8bac3df9516adb17ce9df94a955d3c2c85a51.tar.xz |
[ATA]: Back out bogus (SPARC64 && !PCI) Kconfig depends.
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, 0 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 7d893a60f994..b4a8d6030e48 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -8,7 +8,6 @@ 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 |