aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorGravatar Suneel Garapati <suneel.garapati@xilinx.com> 2015-06-09 14:23:50 +0530
committerGravatar Tejun Heo <tj@kernel.org> 2015-06-10 11:15:17 +0900
commita73ed35052ca85ff627cf9646760b2a7d69ec5c8 (patch)
tree1c1934e4090f29e3e54a2cafba28295caf195ddb /drivers/ata/Makefile
parentdevicetree:bindings: add devicetree bindings for ceva ahci (diff)
downloadlinux-a73ed35052ca85ff627cf9646760b2a7d69ec5c8.tar.gz
linux-a73ed35052ca85ff627cf9646760b2a7d69ec5c8.tar.bz2
linux-a73ed35052ca85ff627cf9646760b2a7d69ec5c8.zip
drivers: ata: add support for Ceva sata host controller
Adds support for Ceva sata host controller on Xilinx Zynq UltraScale+ MPSoC. Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 5154753ade63..af70919f7dde 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -11,6 +11,7 @@ obj-$(CONFIG_SATA_SIL24) += sata_sil24.o
obj-$(CONFIG_SATA_DWC) += sata_dwc_460ex.o
obj-$(CONFIG_SATA_HIGHBANK) += sata_highbank.o libahci.o
obj-$(CONFIG_AHCI_BRCMSTB) += ahci_brcmstb.o libahci.o libahci_platform.o
+obj-$(CONFIG_AHCI_CEVA) += ahci_ceva.o libahci.o libahci_platform.o
obj-$(CONFIG_AHCI_DA850) += ahci_da850.o libahci.o libahci_platform.o
obj-$(CONFIG_AHCI_IMX) += ahci_imx.o libahci.o libahci_platform.o
obj-$(CONFIG_AHCI_MVEBU) += ahci_mvebu.o libahci.o libahci_platform.o