drivers/leds/leds-asic3: make LEDS_ASIC3 depend on LEDS_CLASS
[pandora-kernel.git] / drivers / leds / Kconfig
index 1d027b4..883813d 100644 (file)
@@ -389,6 +389,17 @@ config LEDS_NETXBIG
          and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
          controlled through a GPIO extension bus.
 
+config LEDS_ASIC3
+       bool "LED support for the HTC ASIC3"
+       depends on LEDS_CLASS
+       depends on MFD_ASIC3
+       default y
+       help
+         This option enables support for the LEDs on the HTC ASIC3. The HTC
+         ASIC3 LED GPIOs are inputs, not outputs, thus the leds-gpio driver
+         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_TRIGGERS
        bool "LED Trigger support"
        depends on LEDS_CLASS