From d6d240bf526e64304d1f0a712a3c9ce69a3f3aa6 Mon Sep 17 00:00:00 2001 From: Simon Guinot Date: Fri, 2 Aug 2013 14:34:34 -0700 Subject: 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 Acked-by: Jason Cooper Signed-off-by: Bryan Wu --- drivers/leds/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/leds') 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 -- cgit v1.2.3-55-g7522