aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2010-02-08 10:04:54 +0000
committerJeff Garzik <jgarzik@redhat.com>2010-03-01 14:58:46 -0500
commit96780078f35648050fef808f49a0ffff0360bb57 (patch)
tree2779c3fe01f47c81ab2febebfec699b71698f357 /drivers/ata/Kconfig
parentpata_pdc202xx_old: fix UDMA mode for PDC2026x chipsets (diff)
downloadlinux-dev-96780078f35648050fef808f49a0ffff0360bb57.tar.xz
linux-dev-96780078f35648050fef808f49a0ffff0360bb57.zip
libata: Allow pata_legacy to be built on non-ISA but PCI systems
This is needed for some unsupported hardware setups on strange 64bit mainboards where crazy stuff has been done like putting flash ata adapters on the LPC bus, or where the real hardware is hidden/confused. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 56c6374a3989..01c52c415bdc 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -446,9 +446,9 @@ config PATA_JMICRON
config PATA_LEGACY
tristate "Legacy ISA PATA support (Experimental)"
- depends on ISA && EXPERIMENTAL
+ depends on (ISA || PCI) && EXPERIMENTAL
help
- This option enables support for ISA/VLB bus legacy PATA
+ This option enables support for ISA/VLB/PCI bus legacy PATA
ports and allows them to be accessed via the new ATA layer.
If unsure, say N.