]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFF
authorTejun Heo <tj@kernel.org>
Mon, 10 May 2010 19:41:26 +0000 (21:41 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Sat, 15 May 2010 02:38:40 +0000 (22:38 -0400)
sata_inic162x no longer uses SFF interface.  Move it out of
CONFIG_ATA_SFF.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/Kconfig

index cbadb9fa12770c673da348b8edeb7b4ca76d40f2..e68541f662b93a96125cc5b05e4cbe884e928c08 100644 (file)
@@ -81,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
@@ -221,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