summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorArthur Li <arthur.li@cortina-access.com>2020-02-20 18:19:35 -0800
committerPeng Fan <peng.fan@nxp.com>2020-03-09 08:33:13 +0800
commitd55e4e74ce45bd633ad85a9196834b3323d5b474 (patch)
tree3ee51d51ecd909d4a1b50719779b33919154fc93 /drivers/mmc/Makefile
parentd16e18ca6c4d81ac142acd529b1acb55b0c96dfc (diff)
downloadu-boot-d55e4e74ce45bd633ad85a9196834b3323d5b474.tar.gz
u-boot-d55e4e74ce45bd633ad85a9196834b3323d5b474.tar.xz
u-boot-d55e4e74ce45bd633ad85a9196834b3323d5b474.zip
mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs
Initial DesignWare based DM support for Cortina Access CAxxxx SoCs. Signed-off-by: Arthur Li <arthur.li@cortina-access.com> Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r--drivers/mmc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index 9c1f8e56e2..615b724bf0 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -20,6 +20,7 @@ endif
obj-$(CONFIG_ARM_PL180_MMCI) += arm_pl180_mmci.o
obj-$(CONFIG_MMC_DAVINCI) += davinci_mmc.o
obj-$(CONFIG_MMC_DW) += dw_mmc.o
+obj-$(CONFIG_MMC_DW_CORTINA) += ca_dw_mmc.o
obj-$(CONFIG_MMC_DW_EXYNOS) += exynos_dw_mmc.o
obj-$(CONFIG_MMC_DW_K3) += hi6220_dw_mmc.o
obj-$(CONFIG_MMC_DW_ROCKCHIP) += rockchip_dw_mmc.o