Skip to content

Commit

Permalink
libata: Allow pata_legacy to be built on non-ISA but PCI systems
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Mar 1, 2010
1 parent 750e519 commit 9678007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9678007

Please sign in to comment.