diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 1d027b475b22..23f0d5e99f35 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -389,6 +389,16 @@ config LEDS_NETXBIG | |||
389 | and 5Big Network v2 boards. The LEDs are wired to a CPLD and are | 389 | and 5Big Network v2 boards. The LEDs are wired to a CPLD and are |
390 | controlled through a GPIO extension bus. | 390 | controlled through a GPIO extension bus. |
391 | 391 | ||
392 | config LEDS_ASIC3 | ||
393 | bool "LED support for the HTC ASIC3" | ||
394 | depends on MFD_ASIC3 | ||
395 | default y | ||
396 | help | ||
397 | This option enables support for the LEDs on the HTC ASIC3. The HTC | ||
398 | ASIC3 LED GPIOs are inputs, not outputs, thus the leds-gpio driver | ||
399 | cannot be used. This driver supports hardware blinking with an on+off | ||
400 | period from 62ms to 125s. Say Y to enable LEDs on the HP iPAQ hx4700. | ||
401 | |||
392 | config LEDS_TRIGGERS | 402 | config LEDS_TRIGGERS |
393 | bool "LED Trigger support" | 403 | bool "LED Trigger support" |
394 | depends on LEDS_CLASS | 404 | depends on LEDS_CLASS |