commit | d783eb3678bb8146a55b0cdbde614cccc51a4b6d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 12:54:34 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:32 2015 -0600 |
tree | b31c4d5ec04ad38ba87bce734c21be273384dd7e | |
parent | bf3ac819b0bfc820b80148aae7ec25ba595a26fa [diff] [blame] |
dm: test: Add a test for the LED uclass Add a test to confirm that we can adjust LEDs using the led_gpio driver. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index a6e8d6e..56d55ac 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -49,3 +49,5 @@ CONFIG_RESET=y CONFIG_RAM=y CONFIG_DM_MMC=y +CONFIG_LED=y +CONFIG_LED_GPIO=y