diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 1032730cd17b..713d43b4e563 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -14,15 +14,14 @@ menuconfig NEW_LEDS | |||
14 | This is not related to standard keyboard LEDs which are controlled | 14 | This is not related to standard keyboard LEDs which are controlled |
15 | via the input system. | 15 | via the input system. |
16 | 16 | ||
17 | if NEW_LEDS | ||
18 | |||
17 | config LEDS_CLASS | 19 | config LEDS_CLASS |
18 | bool "LED Class Support" | 20 | bool "LED Class Support" |
19 | depends on NEW_LEDS | ||
20 | help | 21 | help |
21 | This option enables the led sysfs class in /sys/class/leds. You'll | 22 | This option enables the led sysfs class in /sys/class/leds. You'll |
22 | need this to do anything useful with LEDs. If unsure, say N. | 23 | need this to do anything useful with LEDs. If unsure, say N. |
23 | 24 | ||
24 | if NEW_LEDS | ||
25 | |||
26 | comment "LED drivers" | 25 | comment "LED drivers" |
27 | 26 | ||
28 | config LEDS_88PM860X | 27 | config LEDS_88PM860X |