diff options
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" |