diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-16 22:07:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-16 22:07:52 -0400 |
commit | 51f866e8da758a27af596af73466bd5f0a450c4d (patch) | |
tree | b4d47e5782265bec5ad8adcc43c43a118062ba6d /cmd/Kconfig | |
parent | 3fea95369850987de15a2a0ac009d05e13b90246 (diff) | |
parent | ad46af0e76384b22058d9ac979f34fad2483aff3 (diff) |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 661ae7a98c..13dc46a174 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -667,6 +667,15 @@ config CMD_CACHE help Enable the "icache" and "dcache" commands +config CMD_LED + bool "led" + default y if LED + help + Enable the 'led' command which allows for control of LEDs supported + by the board. The LEDs can be listed with 'led list' and controlled + with led on/off/togle/blink. Any LED drivers can be controlled with + this command, e.g. led_gpio. + config CMD_TIME bool "time" help |