summaryrefslogtreecommitdiffstats
path: root/drivers/led/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-12-18 14:34:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-12-20 09:28:21 +0100
commit51271530d2f824ee9e1ef01a2eb7f361622716aa (patch)
tree5f2bdd94e67322c5fdfe3828a5850b2c54f4fa28 /drivers/led/Kconfig
parent0277a663bcbebe5be82dc88235fcd0a1465bd5e8 (diff)
downloadbarebox-51271530d2f824ee9e1ef01a2eb7f361622716aa.tar.gz
barebox-51271530d2f824ee9e1ef01a2eb7f361622716aa.tar.xz
basic LED support
This patch adds core functionality for controlling LEDs. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/led/Kconfig')
-rw-r--r--drivers/led/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig
new file mode 100644
index 0000000000..964626cdcd
--- /dev/null
+++ b/drivers/led/Kconfig
@@ -0,0 +1,6 @@
+menuconfig LED
+ bool "LED support"
+
+if LED
+
+endif