diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index ff203a421863..1b75a56ebd08 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -347,7 +347,8 @@ config LEDS_MC13783 | |||
347 | config LEDS_NS2 | 347 | config LEDS_NS2 |
348 | tristate "LED support for Network Space v2 GPIO LEDs" | 348 | tristate "LED support for Network Space v2 GPIO LEDs" |
349 | depends on LEDS_CLASS | 349 | depends on LEDS_CLASS |
350 | depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || MACH_NETSPACE_MAX_V2 || D2NET_V2 | 350 | depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || \ |
351 | MACH_NETSPACE_MAX_V2 || MACH_D2NET_V2 | ||
351 | default y | 352 | default y |
352 | help | 353 | help |
353 | This option enable support for the dual-GPIO LED found on the | 354 | This option enable support for the dual-GPIO LED found on the |