diff options
author | Simon Glass <sjg@chromium.org> | 2015-07-06 12:54:32 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-21 17:39:32 -0600 |
commit | 8e6cc46178f9eecada860f7a8f14672e6a94c2de (patch) | |
tree | b8e6f119cfe9ad6bb04240eec875be3f6007b7fc /configs/sandbox_defconfig | |
parent | 64ce0cad9e04aab19eb4c3f61333b203548281a7 (diff) |
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/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 99dc00f30ce..a6e8d6eee03 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 |