diff options
author | Rupjyoti Sarmah <rsarmah@amcc.com> | 2010-07-06 11:06:03 (GMT) |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-08-01 23:36:03 (GMT) |
commit | 62936009f35a6659cc3ebe0d90c754182d60da73 (patch) | |
tree | 55c100260619fc7a62543ea6e2106ce4fa7ab807 /drivers/ata/Kconfig | |
parent | 7da4c935a2a2e3a6e86458d11b06a90a3649dc81 (diff) | |
download | linux-62936009f35a6659cc3ebe0d90c754182d60da73.tar.xz |
[libata] Add 460EX on-chip SATA driver, sata_dwc_460ex
This patch enables the on-chip DWC SATA controller of the AppliedMicro
processor 460EX.
Signed-off-by: Rupjyoti Sarmah <rsarmah@appliedmicro.com>
Signed-off-by: Mark Miesfeld <mmiesfeld@appliedmicro.com>
Signed-off-by: Prodyut Hazarika <phazarika@appliedmicro.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 aa85a98..f06e313 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -187,6 +187,15 @@ config ATA_PIIX If unsure, say N. +config SATA_DWC + tristate "DesignWare Cores SATA support" + depends on 460EX + help + This option enables support for the on-chip SATA controller of the + AppliedMicro processor 460EX. + + If unsure, say N. + config SATA_MV tristate "Marvell SATA support" help |