summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 13:52:38 -0600
committerSimon Glass <sjg@chromium.org>2016-05-17 09:54:43 -0600
commitf8b7752e8f42c6f0bb8725f2488e398c849a7bf4 (patch)
tree22ffd4911d273aba1eb0856027bf1417e4422f90 /drivers/mmc
parentfdbb139f0ce10325b44dd3ec76993f8c8e798395 (diff)
downloadtalos-obmc-uboot-f8b7752e8f42c6f0bb8725f2488e398c849a7bf4.tar.gz
talos-obmc-uboot-f8b7752e8f42c6f0bb8725f2488e398c849a7bf4.zip
dm: sandbox: Only enable the sandbox MMC driver when valid
This driver will require generic MMC and block-device support in a future commit. To avoid test errors, make this change now. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index 624164902d..38a172be3a 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -38,7 +38,11 @@ obj-$(CONFIG_ROCKCHIP_DWMMC) += rockchip_dw_mmc.o
obj-$(CONFIG_SUPPORT_EMMC_RPMB) += rpmb.o
obj-$(CONFIG_S3C_SDI) += s3c_sdi.o
obj-$(CONFIG_S5P_SDHCI) += s5p_sdhci.o
+ifdef CONFIG_BLK
+ifdef CONFIG_GENERIC_MMC
obj-$(CONFIG_SANDBOX) += sandbox_mmc.o
+endif
+endif
obj-$(CONFIG_SDHCI) += sdhci.o
obj-$(CONFIG_SH_MMCIF) += sh_mmcif.o
obj-$(CONFIG_SH_SDHI) += sh_sdhi.o
OpenPOWER on IntegriCloud