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 851a3b01781e..859814f62cb0 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -18,6 +18,13 @@ config LEDS_CLASS | |||
18 | 18 | ||
19 | comment "LED drivers" | 19 | comment "LED drivers" |
20 | 20 | ||
21 | config LEDS_ATMEL_PWM | ||
22 | tristate "LED Support using Atmel PWM outputs" | ||
23 | depends on LEDS_CLASS && ATMEL_PWM | ||
24 | help | ||
25 | This option enables support for LEDs driven using outputs | ||
26 | of the dedicated PWM controller found on newer Atmel SOCs. | ||
27 | |||
21 | config LEDS_CORGI | 28 | config LEDS_CORGI |
22 | tristate "LED Support for the Sharp SL-C7x0 series" | 29 | tristate "LED Support for the Sharp SL-C7x0 series" |
23 | depends on LEDS_CLASS && PXA_SHARP_C7xx | 30 | depends on LEDS_CLASS && PXA_SHARP_C7xx |