Skip to content

Commit

Permalink
[libata] new driver acard_ahci, for ATP8620 host controller
Browse files Browse the repository at this point in the history
Add support for Acard ATP8620 host controller.

Based upon initial version by Jeff Garzik.

Signed-off-by: David Milburn <dmilburn@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
David Milburn authored and Jeff Garzik committed Jan 6, 2011
1 parent 3c0eee3 commit 02cdfcf
Show file tree
Hide file tree
Showing 5 changed files with 545 additions and 6 deletions.
8 changes: 8 additions & 0 deletions drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ config SATA_INIC162X
help
This option enables support for Initio 162x Serial ATA.

config SATA_ACARD_AHCI
tristate "ACard AHCI variant (ATP 8620)"
depends on PCI
help
This option enables support for Acard.

If unsure, say N.

config SATA_SIL24
tristate "Silicon Image 3124/3132 SATA support"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions drivers/ata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ obj-$(CONFIG_ATA) += libata.o

# non-SFF interface
obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o
obj-$(CONFIG_SATA_ACARD_AHCI) += acard-ahci.o libahci.o
obj-$(CONFIG_SATA_AHCI_PLATFORM) += ahci_platform.o libahci.o
obj-$(CONFIG_SATA_FSL) += sata_fsl.o
obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o
Expand Down
Loading

0 comments on commit 02cdfcf

Please sign in to comment.