diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2013-08-02 17:34:34 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2013-08-26 20:22:11 -0400 |
commit | d6d240bf526e64304d1f0a712a3c9ce69a3f3aa6 (patch) | |
tree | 7ac6ff55e543beb6ac1fc0b59f2e98e2a89efcca /drivers/leds | |
parent | d6626d1052a2180c3270b017f9f5b8c4ac14255c (diff) |
leds: leds-netxbig: 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-netxbig 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>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 6f4d61a7bdca..f2c738d02872 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -419,8 +419,8 @@ config LEDS_NS2 | |||
419 | 419 | ||
420 | config LEDS_NETXBIG | 420 | config LEDS_NETXBIG |
421 | tristate "LED support for Big Network series LEDs" | 421 | tristate "LED support for Big Network series LEDs" |
422 | depends on MACH_NET2BIG_V2 || MACH_NET5BIG_V2 | ||
423 | depends on LEDS_CLASS | 422 | depends on LEDS_CLASS |
423 | depends on ARCH_KIRKWOOD | ||
424 | default y | 424 | default y |
425 | help | 425 | help |
426 | This option enable support for LEDs found on the LaCie 2Big | 426 | This option enable support for LEDs found on the LaCie 2Big |