diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2009-12-07 17:08:13 +0300 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-17 14:27:09 +0300 |
commit | d4cc6a2eee98faebf2c7d3ebc4b35541c1d47d21 (patch) | |
tree | 7700367133fbb2041939a0fc734340f24d1f2113 /drivers/leds/Kconfig | |
parent | 3c0f6e1eddeddd95ed04d4a7f0e55ab0aa99adf9 (diff) | |
download | linux-d4cc6a2eee98faebf2c7d3ebc4b35541c1d47d21.tar.xz |
leds: Add LED class driver for regulator driven LEDs.
This driver provides an interface for controlling LEDs (or vibrators)
connected to PMICs for which there is a regulator framework driver.
This driver can be used, for instance, to control vibrator on all Motorola EZX
phones using the pcap-regulator driver services.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index f12a99676628..8a0e1ec95e4a 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -229,6 +229,12 @@ config LEDS_PWM help This option enables support for pwm driven LEDs +config LEDS_REGULATOR + tristate "REGULATOR driven LED support" + depends on LEDS_CLASS && REGULATOR + help + This option enables support for regulator driven LEDs. + config LEDS_BD2802 tristate "LED driver for BD2802 RGB LED" depends on LEDS_CLASS && I2C |