aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-04-11 01:54:00 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-04-11 09:18:40 -0400
commit54bdc470100b9d8ffd349a3ebe23013c25affddf (patch)
tree5cc56a985c77c662bdc1c9239de9563b11237e15 /drivers/leds/Kconfig
parentaa7271076ae6547d7f370ad7e91ef86fdb318f17 (diff)
[PATCH] S3C24XX GPIO LED support
GPIO LED support for Samsung S3C24XX SoC series processors. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Acked-by: Richard Purdie <rpurdie@rpsys.net> 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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 2c4f20b7f021..88565becb877 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -59,6 +59,13 @@ config LEDS_TOSA
59 This option enables support for the LEDs on Sharp Zaurus 59 This option enables support for the LEDs on Sharp Zaurus
60 SL-6000 series. 60 SL-6000 series.
61 61
62config LEDS_S3C24XX
63 tristate "LED Support for Samsung S3C24XX GPIO LEDs"
64 depends on LEDS_CLASS && ARCH_S3C2410
65 help
66 This option enables support for LEDs connected to GPIO lines
67 on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
68
62config LEDS_TRIGGER_TIMER 69config LEDS_TRIGGER_TIMER
63 tristate "LED Timer Trigger" 70 tristate "LED Timer Trigger"
64 depends LEDS_TRIGGERS 71 depends LEDS_TRIGGERS