diff options
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 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 | ||
62 | config 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 | |||
62 | config LEDS_TRIGGER_TIMER | 69 | config LEDS_TRIGGER_TIMER |
63 | tristate "LED Timer Trigger" | 70 | tristate "LED Timer Trigger" |
64 | depends LEDS_TRIGGERS | 71 | depends LEDS_TRIGGERS |