summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-12-18 14:39:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-12-20 09:57:36 +0100
commit5323cbbbfdea6c7b86dc8260b87c768ba5db89a6 (patch)
tree1610df0a9f9af7303949cc1f7b4c82974c81a83e /commands/Kconfig
parent32558d1ae5ae15a8e417e9640daf0b7e2e01964f (diff)
downloadbarebox-5323cbbbfdea6c7b86dc8260b87c768ba5db89a6.tar.gz
barebox-5323cbbbfdea6c7b86dc8260b87c768ba5db89a6.tar.xz
LED: Add led command
This patch allows controlling LEDs via the command line. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 54160737b8..64e08bb3bf 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -372,4 +372,11 @@ config CMD_I2C
include i2c_probe, i2c_read and i2c_write commands to communicate
on i2c bus.
+config CMD_LED
+ bool
+ depends on LED
+ prompt "led command"
+ help
+ include led command to control LEDs
+
endmenu