summaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorAmit Singh Tomar <amittomer25@gmail.com>2021-11-28 14:32:24 +0300
committerTom Rini <trini@konsulko.com>2022-01-18 20:48:17 +0300
commit57a91c3c9ec4d2392f70474591cfeb52f7b670ac (patch)
treef1eeefe849cf5103bd20ef2b1d3ab69f5b1a0f70 /drivers/mmc/Makefile
parent3739cd58a486b4e54d8a22c853fed02306b5b021 (diff)
downloadu-boot-57a91c3c9ec4d2392f70474591cfeb52f7b670ac.tar.xz
mmc: actions: add MMC driver for Actions OWL S700/S900
This commit adds support for MMC controllers found on Actions OWL SoC platform(S700/S900). Signed-off-by: Amit Singh Tomar <amittomer25@gmail.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 7e819d2b3a..17ebc04203 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -39,6 +39,7 @@ obj-$(CONFIG_MMC_OMAP_HS) += omap_hsmmc.o
obj-$(CONFIG_MMC_MXC) += mxcmmc.o
obj-$(CONFIG_MMC_MXS) += mxsmmc.o
obj-$(CONFIG_MMC_OCTEONTX) += octeontx_hsmmc.o
+obj-$(CONFIG_MMC_OWL) += owl_mmc.o
obj-$(CONFIG_MMC_PCI) += pci_mmc.o
obj-$(CONFIG_PXA_MMC_GENERIC) += pxa_mmc_gen.o
obj-$(CONFIG_$(SPL_TPL_)SUPPORT_EMMC_RPMB) += rpmb.o