commit | d3e58e4912500f08fcbd7e416ca302672f979957 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 12:54:32 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:32 2015 -0600 |
tree | b8e6f119cfe9ad6bb04240eec875be3f6007b7fc | |
parent | 3d355e616306e1f175fdfe4ef57bc9202e1e45e6 [diff] [blame] |
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>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 99dc00f..a6e8d6e 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -48,3 +48,4 @@ CONFIG_CLK=y CONFIG_RESET=y CONFIG_RAM=y +CONFIG_DM_MMC=y