diff options
author | Jason Cooper <jason@lakedaemon.net> | 2012-10-21 22:15:35 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-21 15:59:22 -0500 |
commit | 767fc1ea92f70b5a97d43b79c146c2bee3eb6e83 (patch) | |
tree | da7de5637b3559daca2f56c766b043b9b1b37a56 /arch/arm/mach-kirkwood/Kconfig | |
parent | b046f560d76a22589a849964145e4e60d7a160d2 (diff) |
ARM: Kirkwood: new board USI Topkick
This is a new kirkwood box made by Universal Scientific Industrial, Inc.
The product description is here:
http://www.usish.com/english/products_topkick1281p2.php
It is very similar to the dreamplug and other plug devices, with the
exception that it has room for a 2.5" SATA HDD internally.
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 757bdb39bc08..1d5283fad014 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -166,6 +166,13 @@ config MACH_NETSPACE_MINI_V2_DT | |||
166 | Network Space Mini v2 NAS (aka SafeBox), using Flattened | 166 | Network Space Mini v2 NAS (aka SafeBox), using Flattened |
167 | Device Tree. | 167 | Device Tree. |
168 | 168 | ||
169 | config MACH_TOPKICK_DT | ||
170 | bool "USI Topkick (Flattened Device Tree)" | ||
171 | select ARCH_KIRKWOOD_DT | ||
172 | help | ||
173 | Say 'Y' here if you want your kernel to support the | ||
174 | USI Topkick, using Flattened Device Tree | ||
175 | |||
169 | config MACH_TS219 | 176 | config MACH_TS219 |
170 | bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS" | 177 | bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS" |
171 | help | 178 | help |