diff options
author | Philippe Rétornaz <philippe.retornaz@epfl.ch> | 2010-05-19 11:24:31 +0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-26 16:07:56 +0400 |
commit | 7fdcef8a414eaeb367b3696005b25283d62d195d (patch) | |
tree | a33a3229159a044f6db675ad56bf463c20c924a1 /drivers/leds/Kconfig | |
parent | 1e653accf7d2b02e75af550963b261b3243ac20e (diff) | |
download | linux-7fdcef8a414eaeb367b3696005b25283d62d195d.tar.xz |
leds: Add mc13783 LED support
This add basic led support for Freescale MC13783 PMIC.
Signed-off-by: Philippe Rétornaz <philippe.retornaz@epfl.ch>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index ecb6932c3636..f98d17a7108b 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -295,6 +295,13 @@ config LEDS_DELL_NETBOOKS This adds support for the Latitude 2100 and similar notebooks that have an external LED. +config LEDS_MC13783 + tristate "LED Support for MC13783 PMIC" + depends on MFD_MC13783 + help + This option enable support for on-chip LED drivers found + on Freescale Semiconductor MC13783 PMIC. + config LEDS_TRIGGERS bool "LED Trigger support" help |