aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorSteven J. Hill <Steven.Hill@cavium.com>2017-04-24 13:41:57 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2017-04-24 21:51:20 +0200
commit01d95843335c6d7bb7d100c0083165f489c6e50b (patch)
tree93f25038f6ddaf005ed00a00c7c8696514636177 /drivers/mmc/host/Makefile
parentmmc: cavium: Fix detection of block or byte addressing. (diff)
downloadlinux-dev-01d95843335c6d7bb7d100c0083165f489c6e50b.tar.xz
linux-dev-01d95843335c6d7bb7d100c0083165f489c6e50b.zip
mmc: cavium: Add MMC support for Octeon SOCs.
Add platform driver for Octeon SOCs. Signed-off-by: Steven J. Hill <Steven.Hill@cavium.com> Signed-off-by: David Daney <david.daney@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 322df50a801d..926347c2eeb4 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
+octeon-mmc-objs := cavium.o cavium-octeon.o
+obj-$(CONFIG_MMC_CAVIUM_OCTEON) += octeon-mmc.o
thunderx-mmc-objs := cavium.o cavium-thunderx.o
obj-$(CONFIG_MMC_CAVIUM_THUNDERX) += thunderx-mmc.o
obj-$(CONFIG_MMC_DW) += dw_mmc.o