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>
This commit is contained in:
Simon Glass
2015-07-06 12:54:32 -06:00
parent 64ce0cad9e
commit 8e6cc46178
6 changed files with 59 additions and 0 deletions

View File

@@ -48,3 +48,4 @@ CONFIG_UT_ENV=y
CONFIG_CLK=y
CONFIG_RESET=y
CONFIG_RAM=y
CONFIG_DM_MMC=y