From: Benjamin Tietz <benja...@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
 
 

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to