
20 Jun
2016
20 Jun
'16
8:26 p.m.
From: Benjamin Tietz benjamin@micronet24.de
This patch creates an entry for selecting the led command from kconfig configuration. --- cmd/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig index d51645c..f49ff47 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -421,6 +421,10 @@ config CMD_GPIO help GPIO support.
+config CMD_LED + bool "led" + help + support for accessing and toggeling LEDs endmenu