Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96780078 authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik
Browse files

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: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 750e519d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.