|
@@ -11,18 +11,19 @@ if ARCH_EXYNOS
|
|
|
|
|
|
menu "SAMSUNG EXYNOS SoCs Support"
|
|
|
|
|
|
-choice
|
|
|
- prompt "EXYNOS System Type"
|
|
|
- default ARCH_EXYNOS4
|
|
|
-
|
|
|
config ARCH_EXYNOS4
|
|
|
bool "SAMSUNG EXYNOS4"
|
|
|
+ default y
|
|
|
select HAVE_SMP
|
|
|
select MIGHT_HAVE_CACHE_L2X0
|
|
|
help
|
|
|
Samsung EXYNOS4 SoCs based systems
|
|
|
|
|
|
-endchoice
|
|
|
+config ARCH_EXYNOS5
|
|
|
+ bool "SAMSUNG EXYNOS5"
|
|
|
+ select HAVE_SMP
|
|
|
+ help
|
|
|
+ Samsung EXYNOS5 (Cortex-A15) SoC based systems
|
|
|
|
|
|
comment "EXYNOS SoCs"
|
|
|
|
|
@@ -55,6 +56,13 @@ config SOC_EXYNOS4412
|
|
|
help
|
|
|
Enable EXYNOS4412 SoC support
|
|
|
|
|
|
+config SOC_EXYNOS5250
|
|
|
+ bool "SAMSUNG EXYNOS5250"
|
|
|
+ default y
|
|
|
+ depends on ARCH_EXYNOS5
|
|
|
+ help
|
|
|
+ Enable EXYNOS5250 SoC support
|
|
|
+
|
|
|
config EXYNOS4_MCT
|
|
|
bool
|
|
|
default y
|