diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2013-08-02 10:46:38 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2013-08-26 20:22:11 -0400 |
commit | d6626d1052a2180c3270b017f9f5b8c4ac14255c (patch) | |
tree | 798ad585a3e3ca40f58d120a1096b052f8c2c981 | |
parent | 29ab311c44fd9de932bceddc6b2587600abd1c49 (diff) |
leds: leds-ns2: depends on ARCH_KIRKWOOD
With the DT conversion, the board Kconfig symbols MACH_ are going to be
removed. In order to prepare this removal, this patch replaces alls the
machines dependencies for leds-ns2 by ARCH_KIRKWOOD.
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
-rw-r--r-- | drivers/leds/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 77329ce672cb..6f4d61a7bdca 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -410,10 +410,7 @@ config LEDS_MC13783 | |||
410 | config LEDS_NS2 | 410 | config LEDS_NS2 |
411 | tristate "LED support for Network Space v2 GPIO LEDs" | 411 | tristate "LED support for Network Space v2 GPIO LEDs" |
412 | depends on LEDS_CLASS | 412 | depends on LEDS_CLASS |
413 | depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || \ | 413 | depends on ARCH_KIRKWOOD |
414 | MACH_NETSPACE_MAX_V2 || MACH_D2NET_V2 || \ | ||
415 | MACH_NETSPACE_V2_DT || MACH_INETSPACE_V2_DT || \ | ||
416 | MACH_NETSPACE_MAX_V2_DT || MACH_NETSPACE_MINI_V2_DT | ||
417 | default y | 414 | default y |
418 | help | 415 | help |
419 | This option enable support for the dual-GPIO LED found on the | 416 | This option enable support for the dual-GPIO LED found on the |