diff options
author | Rupjyoti Sarmah <rsarmah@amcc.com> | 2010-07-06 07:06:03 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-08-01 19:36:03 -0400 |
commit | 62936009f35a6659cc3ebe0d90c754182d60da73 (patch) | |
tree | 55c100260619fc7a62543ea6e2106ce4fa7ab807 /drivers/ata/Kconfig | |
parent | 7da4c935a2a2e3a6e86458d11b06a90a3649dc81 (diff) |
[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 aa85a98d3a4f..f06e313c997f 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -187,6 +187,15 @@ config ATA_PIIX | |||
187 | 187 | ||
188 | If unsure, say N. | 188 | If unsure, say N. |
189 | 189 | ||
190 | config SATA_DWC | ||
191 | tristate "DesignWare Cores SATA support" | ||
192 | depends on 460EX | ||
193 | help | ||
194 | This option enables support for the on-chip SATA controller of the | ||
195 | AppliedMicro processor 460EX. | ||
196 | |||
197 | If unsure, say N. | ||
198 | |||
190 | config SATA_MV | 199 | config SATA_MV |
191 | tristate "Marvell SATA support" | 200 | tristate "Marvell SATA support" |
192 | help | 201 | help |