diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-03 08:42:01 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-03 08:42:01 +0900 |
commit | 218f82e6249e79bd4cb38f27e4883770d6caa1da (patch) | |
tree | 4ab84cfd4a17201d191a7a7d06bd5dbdff915036 /arch/arm/mach-exynos4/Kconfig | |
parent | a102a9ece5489e1718cd7543aa079082450ac3a2 (diff) | |
parent | 699efdd2d34c535f415516e06d3d9f0bed131664 (diff) | |
download | linux-stable-218f82e6249e79bd4cb38f27e4883770d6caa1da.tar.gz |
Merge branch 'next-samsung-board-v3.1' into next/topic-exynos4-devel-origen
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 0c77ab99fa16..3ceefdbadd19 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -218,6 +218,16 @@ config MACH_NURI help Machine support for Samsung Mobile NURI Board. +config MACH_ORIGEN + bool "ORIGEN" + select CPU_EXYNOS4210 + select S3C_DEV_RTC + select S3C_DEV_WDT + select S3C_DEV_HSMMC2 + select EXYNOS4_SETUP_SDHCI + help + Machine support for ORIGEN based on Samsung EXYNOS4210 + endmenu comment "Configuration for HSMMC bus width" |