diff options
author | ALIM AKHTAR <alim.akhtar@samsung.com> | 2011-03-04 15:24:23 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-04 15:24:23 +0900 |
commit | af6ec5a22eef054f39368c662e9dafd8817374e2 (patch) | |
tree | c8da0e871bd6af2b7dfbf379ffa09e09ce8a8cb6 /arch/arm/mach-exynos4/Kconfig | |
parent | 4d838ec03b2b0aea945a89b37abbf8c5550147fb (diff) | |
download | lwn-af6ec5a22eef054f39368c662e9dafd8817374e2.tar.gz lwn-af6ec5a22eef054f39368c662e9dafd8817374e2.zip |
ARM: EXYNOS4: Add ARMLEX4210 Board support file
This patch adds Samsung ARMLEX4210 board support file
which is based on Exynos4210.
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
[kgene.kim@samsung.com: added clk_type for hsmmc3]
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 | 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 help Machine support for Samsung SMDKV310 +config MACH_ARMLEX4210 + bool "ARMLEX4210" + select CPU_EXYNOS4210 + select S3C_DEV_RTC + select S3C_DEV_WDT + select S3C_DEV_HSMMC + select S3C_DEV_HSMMC2 + select S3C_DEV_HSMMC3 + select EXYNOS4_DEV_SYSMMU + select EXYNOS4_SETUP_SDHCI + help + Machine support for Samsung ARMLEX4210 based on EXYNOS4210 + config MACH_UNIVERSAL_C210 bool "Mobile UNIVERSAL_C210 Board" select CPU_EXYNOS4210 |