aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorJonathan McDowell <noodles@earth.li>2006-06-23 05:05:33 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-23 10:43:05 -0400
commit9becde79d2c5e382d955167c07017b5e34b142f0 (patch)
treefb2f84658cf9a8d7c4089262bd545fa809ef84da /drivers/leds/Kconfig
parent83d4e6e7fba0b2a01092f0cf14ba2e33bd1253e9 (diff)
[PATCH] leds: Amstrad Delta LED support
Use the new LED infrastructure to support the 6 LEDs present on the Amstrad Delta. [akpm@osdl.org: cleanup] Signed-off-by: Jonathan McDowell <noodles@earth.li> Ackde-by: Richard Purdie <rpurdie@rpsys.net> Cc: Ben Dooks <ben@fluff.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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 626506234b76..f573d5af0b1f 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -63,6 +63,12 @@ config LEDS_S3C24XX
63 This option enables support for LEDs connected to GPIO lines 63 This option enables support for LEDs connected to GPIO lines
64 on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440. 64 on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
65 65
66config LEDS_AMS_DELTA
67 tristate "LED Support for the Amstrad Delta (E3)"
68 depends LEDS_CLASS && MACH_AMS_DELTA
69 help
70 This option enables support for the LEDs on Amstrad Delta (E3).
71
66comment "LED Triggers" 72comment "LED Triggers"
67 73
68config LEDS_TRIGGERS 74config LEDS_TRIGGERS