Skip to content

Commit 6293600

Browse files
Rupjyoti SarmahJeff Garzik
authored andcommitted
[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>
1 parent 7da4c93 commit 6293600

File tree

3 files changed

+1766
-0
lines changed

3 files changed

+1766
-0
lines changed

drivers/ata/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,15 @@ config ATA_PIIX
187187

188188
If unsure, say N.
189189

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+
190199
config SATA_MV
191200
tristate "Marvell SATA support"
192201
help

drivers/ata/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ obj-$(CONFIG_SATA_AHCI_PLATFORM) += ahci_platform.o libahci.o
77
obj-$(CONFIG_SATA_FSL) += sata_fsl.o
88
obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o
99
obj-$(CONFIG_SATA_SIL24) += sata_sil24.o
10+
obj-$(CONFIG_SATA_DWC) += sata_dwc_460ex.o
1011

1112
# SFF w/ custom DMA
1213
obj-$(CONFIG_PDC_ADMA) += pdc_adma.o

0 commit comments

Comments
 (0)