diff options
author | Arthur Li <arthur.li@cortina-access.com> | 2020-02-20 18:19:35 -0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2020-03-09 08:33:13 +0800 |
commit | d55e4e74ce45bd633ad85a9196834b3323d5b474 (patch) | |
tree | 3ee51d51ecd909d4a1b50719779b33919154fc93 /drivers/mmc/Makefile | |
parent | d16e18ca6c4d81ac142acd529b1acb55b0c96dfc (diff) | |
download | u-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/Makefile | 1 |
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 |