diff options
author | Simon Baatz <gmbnomis@gmail.com> | 2012-04-30 17:55:17 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-05-14 23:18:49 -0400 |
commit | f5520363532690f56e12126029864d9383d5203f (patch) | |
tree | 244f770e3354367f573b5583a41c6a7a8a2ac52e /arch/arm/mach-kirkwood/Kconfig | |
parent | c06cd9bfcad4960023bac1f052da748824e24961 (diff) |
ARM: kirkwood: Add support for RaidSonic IB-NAS6210/6220 using devicetree
Add support for the IB-NAS6210 and IB-NAS 6220. Describe as much as
currently possible in the devicetree files, including the NAND partitions.
Use the partition scheme of the original firmware by default.
Create a board-ib62x0.c for everything else.
Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index bbea3f6f6d3..199764fe0fb 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -72,6 +72,14 @@ config MACH_DLINK_KIRKWOOD_DT | |||
72 | Kirkwood-based D-Link NASes such as DNS-320 & DNS-325, | 72 | Kirkwood-based D-Link NASes such as DNS-320 & DNS-325, |
73 | using Flattened Device Tree. | 73 | using Flattened Device Tree. |
74 | 74 | ||
75 | config MACH_IB62X0_DT | ||
76 | bool "RaidSonic IB-NAS6210, IB-NAS6220 (Flattened Device Tree)" | ||
77 | select ARCH_KIRKWOOD_DT | ||
78 | help | ||
79 | Say 'Y' here if you want your kernel to support the | ||
80 | RaidSonic IB-NAS6210 & IB-NAS6220 devices, using | ||
81 | Flattened Device Tree. | ||
82 | |||
75 | config MACH_TS219 | 83 | config MACH_TS219 |
76 | bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS" | 84 | bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS" |
77 | help | 85 | help |