On Sun, Jun 29, 2014 at 1:59 PM, Andrew Lunn <andrew@xxxxxxx> wrote: > mach-kirkwood has been removed, now that kirkwood SoC lives in > mach-mvebu. Use MACH_KIRKWOOD which will be set when kirkwood is built > as part of mach-mvebu. > Looks good to me. You can take my Ack and merge it with other patches. Acked-by: Bryan Wu <cooloney@xxxxxxxxx> > Signed-off-by: Andrew Lunn <andrew@xxxxxxx> > Cc: Bryan Wu <cooloney@xxxxxxxxx> > Cc: Richard Purdie <rpurdie@xxxxxxxxx> > Cc: linux-leds@xxxxxxxxxxxxxxx > --- > drivers/leds/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig > index a1b044e7eaad..2d7c380f79ce 100644 > --- a/drivers/leds/Kconfig > +++ b/drivers/leds/Kconfig > @@ -411,7 +411,7 @@ config LEDS_MC13783 > config LEDS_NS2 > tristate "LED support for Network Space v2 GPIO LEDs" > depends on LEDS_CLASS > - depends on ARCH_KIRKWOOD || MACH_KIRKWOOD > + depends on MACH_KIRKWOOD > default y > help > This option enable support for the dual-GPIO LED found on the > @@ -421,7 +421,7 @@ config LEDS_NS2 > config LEDS_NETXBIG > tristate "LED support for Big Network series LEDs" > depends on LEDS_CLASS > - depends on ARCH_KIRKWOOD || MACH_KIRKWOOD > + depends on MACH_KIRKWOOD > default y > help > This option enable support for LEDs found on the LaCie 2Big > -- > 2.0.0 > -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html