From 91d781f51df5d4de23d09a6777bfc968a0a7ca68 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 18 Dec 2010 14:36:02 +0100 Subject: LED: Add gpio LED support This patch adds support for registering gpios as LEDs. Signed-off-by: Sascha Hauer --- drivers/led/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'drivers/led/Kconfig') diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig index 964626cdcd..048a0f456c 100644 --- a/drivers/led/Kconfig +++ b/drivers/led/Kconfig @@ -3,4 +3,12 @@ menuconfig LED if LED +config LED_GPIO + bool "gpio LED support" + depends on GENERIC_GPIO + +config LED_GPIO_RGB + bool "gpio rgb LED support" + depends on LED_GPIO + endif -- cgit v1.2.3