summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-06 12:54:32 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:32 -0600
commit8e6cc46178f9eecada860f7a8f14672e6a94c2de (patch)
treeb8e6f119cfe9ad6bb04240eec875be3f6007b7fc /configs
parent64ce0cad9e04aab19eb4c3f61333b203548281a7 (diff)
downloadtalos-obmc-uboot-8e6cc46178f9eecada860f7a8f14672e6a94c2de.tar.gz
talos-obmc-uboot-8e6cc46178f9eecada860f7a8f14672e6a94c2de.zip
dm: test: Add a test for the mmc uclass
Add a test to confirm that we can probe this device. Since there is no MMC stack support in sandbox at present, this is as far as the test goes. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 99dc00f30c..a6e8d6eee0 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -48,3 +48,4 @@ CONFIG_UT_ENV=y
CONFIG_CLK=y
CONFIG_RESET=y
CONFIG_RAM=y
+CONFIG_DM_MMC=y
OpenPOWER on IntegriCloud