aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-05-25 15:12:26 -0400
committerKukjin Kim <kgene.kim@samsung.com>2014-05-30 13:37:23 -0400
commit940bc58de51454f4f6c4be754ad62bd0cb8bc396 (patch)
treea635978a8cf2c536d8fc288a9b70f8974c3c5974 /arch/arm/mach-exynos/Kconfig
parent86c6f1488d9e53894cafc5671487269e80286d10 (diff)
ARM: EXYNOS: Add Exynos3250 SoC ID
This patch add Exynos3250's SoC ID. Exynos 3250 is SoC that is based on the 32-bit RISC processor for Smartphone. Exynos3250 uses Cortex-A7 dual cores and has a target speed of 1.0GHz. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r--arch/arm/mach-exynos/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 8390096e90e7..ec3403c46cbe 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -11,6 +11,17 @@ if ARCH_EXYNOS
11 11
12menu "SAMSUNG EXYNOS SoCs Support" 12menu "SAMSUNG EXYNOS SoCs Support"
13 13
14config ARCH_EXYNOS3
15 bool "SAMSUNG EXYNOS3"
16 select ARM_AMBA
17 select CLKSRC_OF
18 select HAVE_ARM_SCU if SMP
19 select HAVE_SMP
20 select PINCTRL
21 select PM_GENERIC_DOMAINS if PM_RUNTIME
22 help
23 Samsung EXYNOS3 SoCs based systems
24
14config ARCH_EXYNOS4 25config ARCH_EXYNOS4
15 bool "SAMSUNG EXYNOS4" 26 bool "SAMSUNG EXYNOS4"
16 default y 27 default y
@@ -41,6 +52,17 @@ config ARCH_EXYNOS5
41 52
42comment "EXYNOS SoCs" 53comment "EXYNOS SoCs"
43 54
55config SOC_EXYNOS3250
56 bool "SAMSUNG EXYNOS3250"
57 default y
58 depends on ARCH_EXYNOS3
59 select ARCH_HAS_BANDGAP
60 select ARM_CPU_SUSPEND if PM
61 select PINCTRL_EXYNOS
62 select SAMSUNG_DMADEV
63 help
64 Enable EXYNOS3250 CPU support
65
44config CPU_EXYNOS4210 66config CPU_EXYNOS4210
45 bool "SAMSUNG EXYNOS4210" 67 bool "SAMSUNG EXYNOS4210"
46 default y 68 default y