summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos4/Kconfig
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2011-07-19 12:14:27 +0530
committerJohn Stultz <john.stultz@linaro.org>2011-10-12 11:49:13 -0700
commit52e3db957f53618a282e4525bfc8c3d5386eab8d (patch)
tree7712843ccbe194d5e3eb9855f5e84fd3bd5aa8ab /arch/arm/mach-exynos4/Kconfig
parent0775ff957a311ae18f6103c753a11728e4c37524 (diff)
ARM: EXYNOS4: Add to support ORIGEN boardlinux-linaro-3.1-2011.10-0-android-1
This patch adds to support Insignal's ORIGEN board. Signed-off-by: JeongHyeon Kim <jhkim@insignal.co.kr> Conflicts: arch/arm/mach-exynos4/Kconfig Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r--arch/arm/mach-exynos4/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig
index 0c77ab99fa1..e4781aa2525 100644
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@ -156,6 +156,11 @@ config MACH_SMDKV310
help
Machine support for Samsung SMDKV310
+config CPU_S5PV310_EVT1
+ bool "S5PV310 EVT1"
+ help
+ Enable S5PV310 EVT1 CPU support
+
config MACH_ARMLEX4210
bool "ARMLEX4210"
select CPU_EXYNOS4210
@@ -218,6 +223,17 @@ config MACH_NURI
help
Machine support for Samsung Mobile NURI Board.
+config MACH_ORIGEN
+ bool "ORIGEN"
+ select CPU_EXYNOS4210
+ select CPU_S5PV310_EVT1
+ select S3C_DEV_RTC
+ select S3C_DEV_WDT
+ select S3C_DEV_HSMMC2
+ select EXYNOS4_SETUP_SDHCI
+ help
+ Machine support for ORIGEN based on Samsung S5PV310
+
endmenu
comment "Configuration for HSMMC bus width"