Skip to content

Commit

Permalink
sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFF
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed May 15, 2010
1 parent 904924b commit 6f79146
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f79146

Please sign in to comment.