commit | cd55652b0c87b381304d46c2926e4efa94bf4fd2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 12:54:35 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:33 2015 -0600 |
tree | 7830bc280ef6d4c8b5b833f22c0689e3191af5f4 | |
parent | d783eb3678bb8146a55b0cdbde614cccc51a4b6d [diff] [blame] |
dm: test: Add a test for the system controller uclass Add a test to confirm that we can access system controllers and find their driver data. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 56d55ac..5535746 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -51,3 +51,4 @@ CONFIG_DM_MMC=y CONFIG_LED=y CONFIG_LED_GPIO=y +CONFIG_SYSCON=y