]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/ata/Kconfig
sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFF
[karo-tx-linux.git] / drivers / ata / Kconfig
index 56c6374a39895702a7de1994e01422dee89d720f..e68541f662b93a96125cc5b05e4cbe884e928c08 100644 (file)
@@ -65,6 +65,14 @@ config SATA_AHCI
 
          If unsure, say N.
 
+config SATA_AHCI_PLATFORM
+       tristate "Platform AHCI SATA support"
+       help
+         This option enables support for Platform AHCI Serial ATA
+         controllers.
+
+         If unsure, say N.
+
 config SATA_SIL24
        tristate "Silicon Image 3124/3132 SATA support"
        depends on PCI
@@ -73,6 +81,12 @@ config SATA_SIL24
 
          If unsure, say N.
 
+config SATA_INIC162X
+       tristate "Initio 162x SATA support"
+       depends on PCI
+       help
+         This option enables support for Initio 162x Serial ATA.
+
 config SATA_FSL
        tristate "Freescale 3.0Gbps SATA support"
        depends on FSL_SOC
@@ -213,12 +227,6 @@ config SATA_VITESSE
 
          If unsure, say N.
 
-config SATA_INIC162X
-       tristate "Initio 162x SATA support"
-       depends on PCI
-       help
-         This option enables support for Initio 162x Serial ATA.
-
 config PATA_ACPI
        tristate "ACPI firmware driver for PATA"
        depends on ATA_ACPI
@@ -446,9 +454,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.