aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@acm.org>2006-03-31 05:31:11 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-31 15:18:57 -0500
commit6a0c51bfce5ae4058366017d861aea6564d25aee (patch)
treed8ba880b4b4da416382fffd386e8e62db92cf9d3 /drivers/leds/Kconfig
parent4d3cb35476903768541f79e61f171e79e6065098 (diff)
[PATCH] LED: add LED device support for ixp4xx devices
NEW_LEDS support for ixp4xx boards where LEDs are connected to the GPIO lines. This includes a new generic ixp4xx driver (leds-ixp4xx-gpio.c name "IXP4XX-GPIO-LED") Signed-off-by: John Bowler <jbowler@acm.org> Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 6099e32985aa..d9e2f9853b9d 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -43,6 +43,15 @@ config LEDS_SPITZ
43 This option enables support for the LEDs on Sharp Zaurus 43 This option enables support for the LEDs on Sharp Zaurus
44 SL-Cxx00 series (C1000, C3000, C3100). 44 SL-Cxx00 series (C1000, C3000, C3100).
45 45
46config LEDS_IXP4XX
47 tristate "LED Support for GPIO connected LEDs on IXP4XX processors"
48 depends LEDS_CLASS && ARCH_IXP4XX
49 help
50 This option enables support for the LEDs connected to GPIO
51 outputs of the Intel IXP4XX processors. To be useful the
52 particular board must have LEDs and they must be connected
53 to the GPIO lines. If unsure, say Y.
54
46config LEDS_TRIGGER_TIMER 55config LEDS_TRIGGER_TIMER
47 tristate "LED Timer Trigger" 56 tristate "LED Timer Trigger"
48 depends LEDS_TRIGGERS 57 depends LEDS_TRIGGERS