aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-04-29 13:36:19 -0400
committerKrzysztof Kozlowski <krzk@kernel.org>2019-05-30 15:07:26 -0400
commit0cca82ec3455783d1f2decee2b09c4c7fd07dfa3 (patch)
tree4604e7fac1a3c7d39014964e75637d057fdf3410
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff)
ARM: exynos: Make ARCH_EXYNOS3 a default option
By default for ARMv7 Exynos platform we select all flavors. One kernel image simplifies testing and maintenance. However Exynos3 was not selected by default so far (thus it was not present in multi_v7 kernel). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r--arch/arm/mach-exynos/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 1c518b8ee520..21ad78d79d8d 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -49,6 +49,7 @@ config S5P_DEV_MFC
49 49
50config ARCH_EXYNOS3 50config ARCH_EXYNOS3
51 bool "SAMSUNG EXYNOS3" 51 bool "SAMSUNG EXYNOS3"
52 default y
52 select ARM_CPU_SUSPEND if PM 53 select ARM_CPU_SUSPEND if PM
53 help 54 help
54 Samsung EXYNOS3 (Cortex-A7) SoC based systems 55 Samsung EXYNOS3 (Cortex-A7) SoC based systems