diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2010-05-13 06:37:26 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-13 12:19:14 +0100 |
commit | a21e0030d659476b4ae48aab7846fa01e6ee0a71 (patch) | |
tree | 7935235b61573c6590df031f6ddea87defb5c069 /arch/arm/mach-gemini/Kconfig | |
parent | 6a5f0d3a7800caf74078039d66460466da487b10 (diff) | |
download | talos-obmc-linux-a21e0030d659476b4ae48aab7846fa01e6ee0a71.tar.gz talos-obmc-linux-a21e0030d659476b4ae48aab7846fa01e6ee0a71.zip |
ARM: 6130/1: Gemini: add support for Raidsonic IB4220
depends on patch # 6128, 6129
Add support for Nasbox IB4220 from Raidsonic.
supported devices on SoC
- GPIO with led und keys
- UART
- PFLASH, set fixed partition table
Signed-off-by: Janos Laube <janos.dev@gmail.com>
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 799750032ef6..6f066ee4bf24 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig @@ -2,6 +2,13 @@ if ARCH_GEMINI menu "Cortina Systems Gemini Implementations" +config MACH_NAS4220B + bool "Raidsonic NAS-4220-B" + select GEMINI_MEM_SWAP + help + Say Y here if you intend to run this kernel on a + Raidsonic NAS-4220-B. + config MACH_RUT100 bool "Teltonika RUT100" select GEMINI_MEM_SWAP |