net/9p: Use the tag name in the config space for identifying mount point
[safe/jmp/linux-2.6] / drivers / leds / Kconfig
index e2b7a53..e0b6431 100644 (file)
@@ -17,6 +17,13 @@ config LEDS_CLASS
 
 comment "LED drivers"
 
+config LEDS_88PM860X
+       tristate "LED Support for Marvell 88PM860x PMIC"
+       depends on LEDS_CLASS && MFD_88PM860X
+       help
+         This option enables support for on-chip LED drivers found on Marvell
+         Semiconductor 88PM8606 PMIC.
+
 config LEDS_ATMEL_PWM
        tristate "LED Support using Atmel PWM outputs"
        depends on LEDS_CLASS && ATMEL_PWM
@@ -229,6 +236,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
@@ -253,6 +266,16 @@ config LEDS_LT3593
          LT3593 controller. This controller uses a special one-wire pulse
          coding protocol to set the brightness.
 
+config LEDS_ADP5520
+       tristate "LED Support for ADP5520/ADP5501 PMIC"
+       depends on LEDS_CLASS && PMIC_ADP5520
+       help
+         This option enables support for on-chip LED drivers found
+         on Analog Devices ADP5520/ADP5501 PMICs.
+
+         To compile this driver as a module, choose M here: the module will
+         be called leds-adp5520.
+
 comment "LED Triggers"
 
 config LEDS_TRIGGERS