diff options
author | Li Yang <leoli@freescale.com> | 2007-10-16 16:58:38 +0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-18 04:49:02 +0400 |
commit | faf0b2e5afe7dae072d2715763c7f992b612b628 (patch) | |
tree | 547accc48efc5c63f9b3c9a7a67a77ffffc06ee9 /drivers/ata/Kconfig | |
parent | 8e2840e06d7da7ae17b1fbc416155a40b22e00ad (diff) | |
download | linux-faf0b2e5afe7dae072d2715763c7f992b612b628.tar.xz |
drivers/ata: add support to Freescale 3.0Gbps SATA Controller
This patch adds support for Freescale 3.0Gbps SATA Controller supporting
Native Command Queueing(NCQ), device hotplug, and ATAPI. This controller
can be found on MPC8315 and MPC8378.
Signed-off-by: Ashish Kalra <ashish.kalra@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
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 firmware in the BIOS. This driver can sometimes handle otherwise unsupported hardware. +config SATA_FSL + tristate "Freescale 3.0Gbps SATA support" + depends on PPC_MPC837x + help + This option enables support for Freescale 3.0Gbps SATA controller. + It can be found on MPC837x and MPC8315. + + If unsure, say N. + config PATA_ALI tristate "ALi PATA support (Experimental)" depends on PCI && EXPERIMENTAL |