diff options
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 33f5eb038773..f4dc0e395976 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -182,6 +182,15 @@ config PATA_ACPI | |||
182 | firmware in the BIOS. This driver can sometimes handle | 182 | firmware in the BIOS. This driver can sometimes handle |
183 | otherwise unsupported hardware. | 183 | otherwise unsupported hardware. |
184 | 184 | ||
185 | config SATA_FSL | ||
186 | tristate "Freescale 3.0Gbps SATA support" | ||
187 | depends on PPC_MPC837x | ||
188 | help | ||
189 | This option enables support for Freescale 3.0Gbps SATA controller. | ||
190 | It can be found on MPC837x and MPC8315. | ||
191 | |||
192 | If unsure, say N. | ||
193 | |||
185 | config PATA_ALI | 194 | config PATA_ALI |
186 | tristate "ALi PATA support (Experimental)" | 195 | tristate "ALi PATA support (Experimental)" |
187 | depends on PCI && EXPERIMENTAL | 196 | depends on PCI && EXPERIMENTAL |