diff options
author | Tejun Heo <tj@kernel.org> | 2010-05-10 15:41:26 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-05-14 22:38:40 -0400 |
commit | 6f79146041853abf551c3d70d05c2e08e1e9c255 (patch) | |
tree | dd16fc9284ab1dfd5923701db5df2dcd4d174663 /drivers/ata | |
parent | 904924b020c794133607536b346aae268584d0af (diff) |
sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFF
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index cbadb9fa1277..e68541f662b9 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -81,6 +81,12 @@ config SATA_SIL24 | |||
81 | 81 | ||
82 | If unsure, say N. | 82 | If unsure, say N. |
83 | 83 | ||
84 | config SATA_INIC162X | ||
85 | tristate "Initio 162x SATA support" | ||
86 | depends on PCI | ||
87 | help | ||
88 | This option enables support for Initio 162x Serial ATA. | ||
89 | |||
84 | config SATA_FSL | 90 | config SATA_FSL |
85 | tristate "Freescale 3.0Gbps SATA support" | 91 | tristate "Freescale 3.0Gbps SATA support" |
86 | depends on FSL_SOC | 92 | depends on FSL_SOC |
@@ -221,12 +227,6 @@ config SATA_VITESSE | |||
221 | 227 | ||
222 | If unsure, say N. | 228 | If unsure, say N. |
223 | 229 | ||
224 | config SATA_INIC162X | ||
225 | tristate "Initio 162x SATA support" | ||
226 | depends on PCI | ||
227 | help | ||
228 | This option enables support for Initio 162x Serial ATA. | ||
229 | |||
230 | config PATA_ACPI | 230 | config PATA_ACPI |
231 | tristate "ACPI firmware driver for PATA" | 231 | tristate "ACPI firmware driver for PATA" |
232 | depends on ATA_ACPI | 232 | depends on ATA_ACPI |