aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorArnaud Patard <arnaud.patard@rtp-net.org>2007-02-12 18:09:32 -0500
committerRichard Purdie <rpurdie@rpsys.net>2007-02-15 16:36:19 -0500
commitbd4009af4883451f55f57155e364f03f700c9ce8 (patch)
tree5b2221c5465b910f52de7e2cf90a81981216cf0e /drivers/leds/Kconfig
parent724339d76d9407cd1a8ad32a9c1fdf64840cc51b (diff)
leds: Add IPAQ h1940 LEDs support
This patch adds the support for the IPAQ h1940 leds. In order to create the amber led (used for the battery charging), the red and green leds are set to the same default trigger. Due to hardware limitations, the blue led can only be set in blinking mode. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 7399ba791116..383d297f328a 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -82,6 +82,12 @@ config LEDS_WRAP
82 help 82 help
83 This option enables support for the PCEngines WRAP programmable LEDs. 83 This option enables support for the PCEngines WRAP programmable LEDs.
84 84
85config LEDS_H1940
86 tristate "LED Support for iPAQ H1940 device"
87 depends LEDS_CLASS && ARCH_H1940
88 help
89 This option enables support for the LEDs on the h1940.
90
85comment "LED Triggers" 91comment "LED Triggers"
86 92
87config LEDS_TRIGGERS 93config LEDS_TRIGGERS