Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 259f5ba3 authored by Simon Guinot's avatar Simon Guinot Committed by Jacek Anaszewski
Browse files

leds: leds-ns2: depends on MACH_ARMADA_370



The leds-ns2 driver is also used by the n090401 board (Seagate NAS
4-Bay), which is based on the Marvell Armada-370 SoC.

Then this patch allows to select the leds-ns2 driver if MACH_ARMADA_370
is enabled. Additionally, this also updates the Kconfig help message.

Signed-off-by: default avatarSimon Guinot <simon.guinot@sequanux.org>
Signed-off-by: default avatarJacek Anaszewski <j.anaszewski@samsung.com>
parent 4b90432d
Loading
Loading
Loading
Loading
+8 −4
Original line number Original line Diff line number Diff line
@@ -455,12 +455,16 @@ config LEDS_MC13783
config LEDS_NS2
config LEDS_NS2
	tristate "LED support for Network Space v2 GPIO LEDs"
	tristate "LED support for Network Space v2 GPIO LEDs"
	depends on LEDS_CLASS
	depends on LEDS_CLASS
	depends on MACH_KIRKWOOD
	depends on MACH_KIRKWOOD || MACH_ARMADA_370
	default y
	default y
	help
	help
	  This option enable support for the dual-GPIO LED found on the
	  This option enables support for the dual-GPIO LEDs found on the
	  Network Space v2 board (and parents). This include Internet Space v2,
	  following LaCie/Seagate boards:
	  Network Space (Max) v2 and d2 Network v2 boards.

		Network Space v2 (and parents: Max, Mini)
		Internet Space v2
		d2 Network v2
		n090401 (Seagate NAS 4-Bay)


config LEDS_NETXBIG
config LEDS_NETXBIG
	tristate "LED support for Big Network series LEDs"
	tristate "LED support for Big Network series LEDs"