From 06e641353e8304c033c05de95da64af5656b2ec2 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 16 Nov 2012 21:17:23 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- drivers/led/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/led/Kconfig') 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" -- cgit v1.2.3