summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorJan Glauber2017-03-30 17:31:25 +0200
committerUlf Hansson2017-04-24 21:42:09 +0200
commit166bac38c3c569508e695aca99fdc2def2ae2198 (patch)
tree564c6445a0077a55bfb4a5158b85e65e6797beb3 /drivers/mmc/host/Makefile
parentmmc: cavium: Add core MMC driver for Cavium SOCs (diff)
downloadkernel-qcow2-linux-166bac38c3c569508e695aca99fdc2def2ae2198.tar.gz
kernel-qcow2-linux-166bac38c3c569508e695aca99fdc2def2ae2198.tar.xz
kernel-qcow2-linux-166bac38c3c569508e695aca99fdc2def2ae2198.zip
mmc: cavium: Add MMC PCI driver for ThunderX SOCs
Add a platform driver for ThunderX ARM SOCs. Signed-off-by: Jan Glauber <jglauber@cavium.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r--drivers/mmc/host/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index bc2c2e2c68c0..ec78296ef053 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -42,6 +42,8 @@ obj-$(CONFIG_MMC_SDHI) += sh_mobile_sdhi.o
obj-$(CONFIG_MMC_CB710) += cb710-mmc.o
obj-$(CONFIG_MMC_VIA_SDMMC) += via-sdmmc.o
obj-$(CONFIG_SDH_BFIN) += bfin_sdh.o
+thunderx-mmc-objs := cavium.o cavium-thunderx.o
+obj-$(CONFIG_MMC_CAVIUM_THUNDERX) += thunderx-mmc.o
obj-$(CONFIG_MMC_DW) += dw_mmc.o
obj-$(CONFIG_MMC_DW_PLTFM) += dw_mmc-pltfm.o
obj-$(CONFIG_MMC_DW_EXYNOS) += dw_mmc-exynos.o