diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2010-05-13 09:37:26 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-13 15:19:14 +0400 |
commit | a21e0030d659476b4ae48aab7846fa01e6ee0a71 (patch) | |
tree | 7935235b61573c6590df031f6ddea87defb5c069 /arch/arm/mach-gemini/Makefile | |
parent | 6a5f0d3a7800caf74078039d66460466da487b10 (diff) | |
download | linux-a21e0030d659476b4ae48aab7846fa01e6ee0a71.tar.xz |
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/Makefile')
-rw-r--r-- | arch/arm/mach-gemini/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-gemini/Makefile b/arch/arm/mach-gemini/Makefile index 8e02c471acd4..c5b24b95a76e 100644 --- a/arch/arm/mach-gemini/Makefile +++ b/arch/arm/mach-gemini/Makefile @@ -7,6 +7,7 @@ obj-y := irq.o mm.o time.o devices.o gpio.o # Board-specific support +obj-$(CONFIG_MACH_NAS4220B) += board-nas4220b.o obj-$(CONFIG_MACH_RUT100) += board-rut1xx.o obj-$(CONFIG_MACH_WBD111) += board-wbd111.o obj-$(CONFIG_MACH_WBD222) += board-wbd222.o |