diff options
| author | Simon Glass <[email protected]> | 2015-07-06 12:54:34 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-07-21 17:39:32 -0600 |
| commit | 3c43fba3d240a5d7b6042bfb834c274a8921ebd8 (patch) | |
| tree | b31c4d5ec04ad38ba87bce734c21be273384dd7e /configs | |
| parent | fb8a5ffc77597a99678dbd5077f29ec9df54bdbe (diff) | |
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 <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/sandbox_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index a6e8d6eee03..56d55ac5b83 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -49,3 +49,5 @@ CONFIG_CLK=y CONFIG_RESET=y CONFIG_RAM=y CONFIG_DM_MMC=y +CONFIG_LED=y +CONFIG_LED_GPIO=y |
