summaryrefslogtreecommitdiffstats
path: root/drivers/led/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-16 21:17:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-19 11:25:55 +0100
commit06e641353e8304c033c05de95da64af5656b2ec2 (patch)
treee9a1605055d51e7814435c7a200254b4852e927c /drivers/led/Kconfig
parentcc37eb4a4de76a5f5f26613b73e83edf56b8ef1f (diff)
downloadbarebox-06e641353e8304c033c05de95da64af5656b2ec2.tar.gz
barebox-06e641353e8304c033c05de95da64af5656b2ec2.tar.xz
led-gpio: add bicolor led support
those led can have 2 colors but one at a time otherwise they are black Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/led/Kconfig')
-rw-r--r--drivers/led/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig
index 106093b722..8ca6ab8e44 100644
--- a/drivers/led/Kconfig
+++ b/drivers/led/Kconfig
@@ -11,6 +11,10 @@ config LED_GPIO_RGB
bool "gpio rgb LED support"
depends on LED_GPIO
+config LED_GPIO_BICOLOR
+ bool "gpio bicolor LED support"
+ depends on LED_GPIO
+
config LED_TRIGGERS
select POLLER
bool "LED triggers support"