leds: Kconfig: Fix typo 'D2NET_V2'
[firefly-linux-kernel-4.4.55.git] / drivers / leds / Kconfig
index dc7caaddecf489eccba08cab59a0e649b927edc6..1b75a56ebd08016cb517e62086ec62949e9aed0a 100644 (file)
@@ -347,7 +347,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
@@ -375,6 +376,18 @@ config LEDS_ASIC3
          cannot be used. This driver supports hardware blinking with an on+off
          period from 62ms to 125s. Say Y to enable LEDs on the HP iPAQ hx4700.
 
+config LEDS_RENESAS_TPU
+       bool "LED support for Renesas TPU"
+       depends on LEDS_CLASS && HAVE_CLK && GENERIC_GPIO
+       help
+         This option enables build of the LED TPU platform driver,
+         suitable to drive any TPU channel on newer Renesas SoCs.
+         The driver controls the GPIO pin connected to the LED via
+         the GPIO framework and expects the LED to be connected to
+         a pin that can be driven in both GPIO mode and using TPU
+         pin function. The latter to support brightness control.
+         Brightness control is supported but hardware blinking is not.
+
 config LEDS_TRIGGERS
        bool "LED Trigger support"
        depends on LEDS_CLASS