diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2013-08-02 14:34:34 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2013-08-26 17:22:11 -0700 |
commit | d6d240bf526e64304d1f0a712a3c9ce69a3f3aa6 (patch) | |
tree | 7ac6ff55e543beb6ac1fc0b59f2e98e2a89efcca /drivers/leds | |
parent | d6626d1052a2180c3270b017f9f5b8c4ac14255c (diff) | |
download | linux-d6d240bf526e64304d1f0a712a3c9ce69a3f3aa6.tar.bz2 |
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 config LEDS_NETXBIG tristate "LED support for Big Network series LEDs" - depends on MACH_NET2BIG_V2 || MACH_NET5BIG_V2 depends on LEDS_CLASS + depends on ARCH_KIRKWOOD default y help This option enable support for LEDs found on the LaCie 2Big |