aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/Kconfig
diff options
context:
space:
mode:
authorArnaud Ebalard <arno@natisbad.org>2013-03-19 18:28:06 -0400
committerJason Cooper <jason@lakedaemon.net>2013-03-28 14:32:40 -0400
commitf236f5aabe8ebd7824590ae82d701402ead237e7 (patch)
tree9abbca7870ad56c389449535adb52ff61b23cf40 /arch/arm/mach-kirkwood/Kconfig
parent8bb9660418e05bb1845ac1a2428444d78e322cc7 (diff)
ARM: kirkwood: Add support for NETGEAR ReadyNAS Duo v2 using DT
Add support for NETGEAR ReadyNAS Duo v2 (Hardware specs available here: http://natisbad.org/NAS/). Almost everything is supported via provided .dts. A board-readynas.c file is nonetheless required for device not only converted to DT (Gbit controller). Signed-off-by: Arnaud Ebalard <arno@natisbad.org> Tested-By: Arnaud Ebalard <arno@natisbad.org> Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r--arch/arm/mach-kirkwood/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
index 7b6a64bc5f40..3fd07ebcb126 100644
--- a/arch/arm/mach-kirkwood/Kconfig
+++ b/arch/arm/mach-kirkwood/Kconfig
@@ -194,6 +194,15 @@ config MACH_OPENBLOCKS_A6_DT
194 Say 'Y' here if you want your kernel to support the 194 Say 'Y' here if you want your kernel to support the
195 Plat'Home OpenBlocks A6 (Flattened Device Tree). 195 Plat'Home OpenBlocks A6 (Flattened Device Tree).
196 196
197config MACH_READYNAS_DT
198 bool "NETGEAR ReadyNAS Duo v2 (Flattened Device Tree)"
199 select ARCH_KIRKWOOD_DT
200 select ARM_APPENDED_DTB
201 select ARM_ATAG_DTB_COMPAT
202 help
203 Say 'Y' here if you want your kernel to support the
204 NETGEAR ReadyNAS Duo v2 using Fattened Device Tree.
205
197config MACH_TOPKICK_DT 206config MACH_TOPKICK_DT
198 bool "USI Topkick (Flattened Device Tree)" 207 bool "USI Topkick (Flattened Device Tree)"
199 select ARCH_KIRKWOOD_DT 208 select ARCH_KIRKWOOD_DT