diff options
author | JeongHyeon Kim <jhkim@insignal.co.kr> | 2011-07-21 03:19:19 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-21 04:31:05 -0400 |
commit | 699efdd2d34c535f415516e06d3d9f0bed131664 (patch) | |
tree | 2ddeef8186dcdafb6b883e9ebecc852369c40032 /arch/arm/mach-exynos4/Kconfig | |
parent | 89e1c3d0fffa0d610fa7292bbfafb5e87dc6be34 (diff) |
ARM: EXYNOS4: Add support for ORIGEN board
Insignal's ORIGEN board is based Samsung EXYNOS4210 SoC.
Signed-off-by: JeongHyeon Kim <jhkim@insignal.co.kr>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
[kgene.kim@samsung.com: Fixed SoC name to EXYNOS4210]
[kgene.kim@samsung.com: Selected MACH_ORIGEN in exynos4_defconfig]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 1435fc31c4b2..3ab0f18c52a4 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -186,6 +186,16 @@ config MACH_NURI | |||
186 | help | 186 | help |
187 | Machine support for Samsung Mobile NURI Board. | 187 | Machine support for Samsung Mobile NURI Board. |
188 | 188 | ||
189 | config MACH_ORIGEN | ||
190 | bool "ORIGEN" | ||
191 | select CPU_EXYNOS4210 | ||
192 | select S3C_DEV_RTC | ||
193 | select S3C_DEV_WDT | ||
194 | select S3C_DEV_HSMMC2 | ||
195 | select EXYNOS4_SETUP_SDHCI | ||
196 | help | ||
197 | Machine support for ORIGEN based on Samsung EXYNOS4210 | ||
198 | |||
189 | endmenu | 199 | endmenu |
190 | 200 | ||
191 | comment "Configuration for HSMMC bus width" | 201 | comment "Configuration for HSMMC bus width" |