diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-05-26 21:29:48 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-06-21 01:47:27 +0200 |
commit | 55fc83023212f940927b9a44e31ad93d7e67d27d (patch) | |
tree | a5cf59a586cf5d520c099b078bf07974af01e064 /arch/arm/mach-mvebu/Kconfig | |
parent | ARM: mvebu: mark armada_370_xp_pmsu_idle_prepare() as static (diff) | |
download | linux-55fc83023212f940927b9a44e31ad93d7e67d27d.tar.xz linux-55fc83023212f940927b9a44e31ad93d7e67d27d.zip |
ARM: Kirkwood: Add setup file for netxbig LEDs
There is currently no DT binding for the CPLD which controls the LEDs
on the Net 2Big and Net 5Big. So use a platform device.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1401132591-26305-2-git-send-email-andrew@lunn.ch
Tested-by: Simon Guinot <simon.guinot@sequanux.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 6090b9eb00c8..e5ab3a7cb3d2 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -97,6 +97,13 @@ config MACH_KIRKWOOD Say 'Y' here if you want your kernel to support boards based on the Marvell Kirkwood device tree. +config MACH_NETXBIG + bool "LaCie 2Big and 5Big Network v2" + depends on MACH_KIRKWOOD + help + Say 'Y' here if you want your kernel to support the + LaCie 2Big and 5Big Network v2 + endmenu endif |