sfc: add support for skb->xmit_more
[cascardo/linux.git] / drivers / leds / Kconfig
index 8c96e2d..90e108f 100644 (file)
@@ -410,7 +410,7 @@ config LEDS_MC13783
 config LEDS_NS2
        tristate "LED support for Network Space v2 GPIO LEDs"
        depends on LEDS_CLASS
-       depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+       depends on MACH_KIRKWOOD
        default y
        help
          This option enable support for the dual-GPIO LED found on the
@@ -420,7 +420,7 @@ config LEDS_NS2
 config LEDS_NETXBIG
        tristate "LED support for Big Network series LEDs"
        depends on LEDS_CLASS
-       depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+       depends on MACH_KIRKWOOD
        default y
        help
          This option enable support for LEDs found on the LaCie 2Big
@@ -478,6 +478,16 @@ config LEDS_BLINKM
          This option enables support for the BlinkM RGB LED connected
          through I2C. Say Y to enable support for the BlinkM LED.
 
+config LEDS_SYSCON
+       bool "LED support for LEDs on system controllers"
+       depends on LEDS_CLASS=y
+       depends on MFD_SYSCON
+       depends on OF
+       help
+         This option enabled support for the LEDs on syscon type
+         devices. This will only work with device tree enabled
+         devices.
+
 config LEDS_VERSATILE
        tristate "LED support for the ARM Versatile and RealView"
        depends on ARCH_REALVIEW || ARCH_VERSATILE