Make the Kconfig help message uniform across SoCs. While
at it enable Exynos5 by default.

Signed-off-by: Sachin Kamat <[email protected]>
---
 arch/arm/mach-exynos/Kconfig |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 35c335de175d..645af90591e0 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -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"
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to