diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-08-24 04:25:09 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-16 03:38:55 -0400 |
commit | 684653842b65b98538e5d6198998e68c879bd45e (patch) | |
tree | c104c3425f8776477c29fa519eb1bfb7597b800a /arch/arm/mach-exynos4/Kconfig | |
parent | 54122447bbba20e7538093189b8ad276b959e653 (diff) |
ARM: EXYNOS4: Add support new EXYNOS4212 SoC
This patch adds Samsung EXYNOS4212 SoC support.
The EXYNOS4212 integrates a ARM Cortex A9 multi-core.
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index bee8f77de2ab..0b40289d4f73 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -15,6 +15,11 @@ config CPU_EXYNOS4210 | |||
15 | help | 15 | help |
16 | Enable EXYNOS4210 CPU support | 16 | Enable EXYNOS4210 CPU support |
17 | 17 | ||
18 | config SOC_EXYNOS4212 | ||
19 | bool | ||
20 | help | ||
21 | Enable EXYNOS4212 SoC support | ||
22 | |||
18 | config EXYNOS4_MCT | 23 | config EXYNOS4_MCT |
19 | bool | 24 | bool |
20 | default y | 25 | default y |