diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2010-05-13 01:22:40 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-13 07:19:13 -0400 |
commit | bd0f9a3ff48ec4bc2010e74b77c9db45ccc48d0f (patch) | |
tree | 20f7d704a109032b993c5aa57eb2a2a67df994a0 /arch/arm/mach-gemini/Kconfig | |
parent | 39710479303fd3affb3e204e9a7a75cc676977b5 (diff) |
ARM: 6128/1: Gemini: add support for Wiligear WBD-111
added base support for the Wiligear WBD-111
supported devices on SoC
- GPIO with led und keys
- UART
- PFLASH, set fixed partition table
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-gemini/Kconfig')
-rw-r--r-- | arch/arm/mach-gemini/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-gemini/Kconfig b/arch/arm/mach-gemini/Kconfig index 515b75cf2e8b..4de67ce7c192 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig | |||
@@ -9,6 +9,13 @@ config MACH_RUT100 | |||
9 | Say Y here if you intend to run this kernel on a | 9 | Say Y here if you intend to run this kernel on a |
10 | Teltonika 3G Router RUT100. | 10 | Teltonika 3G Router RUT100. |
11 | 11 | ||
12 | config MACH_WBD111 | ||
13 | bool "Wiliboard WBD-111" | ||
14 | select GEMINI_MEM_SWAP | ||
15 | help | ||
16 | Say Y here if you intend to run this kernel on a | ||
17 | Wiliboard WBD-111. | ||
18 | |||
12 | endmenu | 19 | endmenu |
13 | 20 | ||
14 | config GEMINI_MEM_SWAP | 21 | config GEMINI_MEM_SWAP |