diff options
Diffstat (limited to 'arch/arm/mach-exynos4/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index b86feae7c4cb..d3893f6fdc41 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -109,6 +109,19 @@ config MACH_SMDKV310 | |||
109 | help | 109 | help |
110 | Machine support for Samsung SMDKV310 | 110 | Machine support for Samsung SMDKV310 |
111 | 111 | ||
112 | config MACH_ARMLEX4210 | ||
113 | bool "ARMLEX4210" | ||
114 | select CPU_EXYNOS4210 | ||
115 | select S3C_DEV_RTC | ||
116 | select S3C_DEV_WDT | ||
117 | select S3C_DEV_HSMMC | ||
118 | select S3C_DEV_HSMMC2 | ||
119 | select S3C_DEV_HSMMC3 | ||
120 | select EXYNOS4_DEV_SYSMMU | ||
121 | select EXYNOS4_SETUP_SDHCI | ||
122 | help | ||
123 | Machine support for Samsung ARMLEX4210 based on EXYNOS4210 | ||
124 | |||
112 | config MACH_UNIVERSAL_C210 | 125 | config MACH_UNIVERSAL_C210 |
113 | bool "Mobile UNIVERSAL_C210 Board" | 126 | bool "Mobile UNIVERSAL_C210 Board" |
114 | select CPU_EXYNOS4210 | 127 | select CPU_EXYNOS4210 |