diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-11-13 02:43:09 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-22 02:01:51 -0500 |
commit | f17073a3aec601cb9aba6d8c1c6dbc8c6a919c07 (patch) | |
tree | 4b17d50752e378d212bd283b1dfa4ee9a2e06c5b /arch/arm/mach-kirkwood/Kconfig | |
parent | 88bc4a36a985ac14bd60fdc4fee00c68874c52f1 (diff) |
ARM: kirkwood: Add Plat'Home OpenBlocks A6 support
Add support for Plat'Home OpenBlocks A6 using the device tree
where possible.
This commit supports SATA, USB, ether and serial console.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
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 141b105ce8d9..d018ad4bcc3c 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -173,6 +173,13 @@ config MACH_NETSPACE_MINI_V2_DT | |||
173 | Network Space Mini v2 NAS (aka SafeBox), using Flattened | 173 | Network Space Mini v2 NAS (aka SafeBox), using Flattened |
174 | Device Tree. | 174 | Device Tree. |
175 | 175 | ||
176 | config MACH_OPENBLOCKS_A6_DT | ||
177 | bool "Plat'Home OpenBlocks A6 (Flattened Device Tree)" | ||
178 | select ARCH_KIRKWOOD_DT | ||
179 | help | ||
180 | Say 'Y' here if you want your kernel to support the | ||
181 | Plat'Home OpenBlocks A6 (Flattened Device Tree). | ||
182 | |||
176 | config MACH_TOPKICK_DT | 183 | config MACH_TOPKICK_DT |
177 | bool "USI Topkick (Flattened Device Tree)" | 184 | bool "USI Topkick (Flattened Device Tree)" |
178 | select ARCH_KIRKWOOD_DT | 185 | select ARCH_KIRKWOOD_DT |