[U-Boot] [PATCH v2 05/22] Cmd: led: provide a selector in kconfig
Benjamin Tietz
uboot at dresden.micronet24.de
Mon Jun 20 20:26:26 CEST 2016
From: Benjamin Tietz <benjamin at 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
More information about the U-Boot
mailing list