diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-07-23 05:36:00 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-07-23 13:33:04 -0700 |
commit | 4da498fc65de321682396401393340fef5b9c2f6 (patch) | |
tree | 424629560a1b432dd2a39b480bfdc6e2daa7c9c0 /drivers/leds/Kconfig | |
parent | 5995eb6d58cf2b5c18a292f611364aefb4892aa8 (diff) |
leds: add driver for the iPAQ micro
This adds a driver for the iPAQ microcontroller LED.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index a1b044e7eaad..30e82860567a 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -143,6 +143,13 @@ config LEDS_SUNFIRE This option enables support for the Left, Middle, and Right LEDs on the I/O and CPU boards of SunFire UltraSPARC servers. +config LEDS_IPAQ_MICRO + tristate "LED Support for the Compaq iPAQ h3xxx" + depends on MFD_IPAQ_MICRO + help + Choose this option if you want to use the notification LED on + Compaq/HP iPAQ h3100 and h3600. + config LEDS_HP6XX tristate "LED Support for the HP Jornada 6xx" depends on LEDS_CLASS |