@@ -27,10 +27,11 @@ config ARCH_EXYNOS4
select PM_GENERIC_DOMAINS if PM
select S5P_DEV_MFC
help
- Samsung EXYNOS4 SoCs based systems
+ Samsung EXYNOS4 (Cortex-A9) SoC based systems
config ARCH_EXYNOS5
bool "SAMSUNG EXYNOS5"
+ default y
select ARM_AMBA
select CLKSRC_OF
select HAVE_ARM_SCU if SMP
@@ -38,7 +39,7 @@ config ARCH_EXYNOS5
select PINCTRL
select USB_ARCH_HAS_XHCI
help
- Samsung EXYNOS5 (Cortex-A15) SoC based systems
+ Samsung EXYNOS5 (Cortex-A15/A7) SoC based systems
comment "EXYNOS SoCs"
@@ -53,7 +54,7 @@ config CPU_EXYNOS4210
select S5P_SLEEP if PM
select SAMSUNG_DMADEV
help
- Enable EXYNOS4210 CPU support
+ Enable EXYNOS4210 SoC support
config SOC_EXYNOS4212
bool "SAMSUNG EXYNOS4212"
Make the Kconfig help message uniform across SoCs. While at it enable Exynos5 by default. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- arch/arm/mach-exynos/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)