]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/leds/Kconfig
Merge branch 'omap1-part2' into omap1
[mirror_ubuntu-artful-kernel.git] / drivers / leds / Kconfig
index 352374630c17bdef0b6fc68db3d1318e9179215c..5234db9d3fbf16f0a10ae6745aac34f993ccf7ad 100644 (file)
@@ -340,7 +340,8 @@ config LEDS_MC13783
 config LEDS_NS2
        tristate "LED support for Network Space v2 GPIO LEDs"
        depends on LEDS_CLASS
-       depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || MACH_NETSPACE_MAX_V2 || D2NET_V2
+       depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || \
+                  MACH_NETSPACE_MAX_V2 || MACH_D2NET_V2
        default y
        help
          This option enable support for the dual-GPIO LED found on the
@@ -380,6 +381,21 @@ config LEDS_RENESAS_TPU
          pin function. The latter to support brightness control.
          Brightness control is supported but hardware blinking is not.
 
+config LEDS_TCA6507
+       tristate "LED Support for TCA6507 I2C chip"
+       depends on LEDS_CLASS && I2C
+       help
+         This option enables support for LEDs connected to TC6507
+         LED driver chips accessed via the I2C bus.
+         Driver support brightness control and hardware-assisted blinking.
+
+config LEDS_MAX8997
+       tristate "LED support for MAX8997 PMIC"
+       depends on LEDS_CLASS && MFD_MAX8997
+       help
+         This option enables support for on-chip LED drivers on
+         MAXIM MAX8997 PMIC.
+
 config LEDS_TRIGGERS
        bool "LED Trigger support"
        depends on LEDS_CLASS