ARM: EXYNOS: Add Exynos3250 SoC ID
authorChanwoo Choi <cw00.choi@samsung.com>
Sun, 25 May 2014 19:12:26 +0000 (04:12 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 30 May 2014 17:37:23 +0000 (02:37 +0900)
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>
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/common.h
arch/arm/mach-exynos/exynos.c

index 8390096..ec3403c 100644 (file)
@@ -11,6 +11,17 @@ if ARCH_EXYNOS
 
 menu "SAMSUNG EXYNOS SoCs Support"
 
+config ARCH_EXYNOS3
+       bool "SAMSUNG EXYNOS3"
+       select ARM_AMBA
+       select CLKSRC_OF
+       select HAVE_ARM_SCU if SMP
+       select HAVE_SMP
+       select PINCTRL
+       select PM_GENERIC_DOMAINS if PM_RUNTIME
+       help
+         Samsung EXYNOS3 SoCs based systems
+
 config ARCH_EXYNOS4
        bool "SAMSUNG EXYNOS4"
        default y
@@ -41,6 +52,17 @@ config ARCH_EXYNOS5
 
 comment "EXYNOS SoCs"
 
+config SOC_EXYNOS3250
+       bool "SAMSUNG EXYNOS3250"
+       default y
+       depends on ARCH_EXYNOS3
+       select ARCH_HAS_BANDGAP
+       select ARM_CPU_SUSPEND if PM
+       select PINCTRL_EXYNOS
+       select SAMSUNG_DMADEV
+       help
+         Enable EXYNOS3250 CPU support
+
 config CPU_EXYNOS4210
        bool "SAMSUNG EXYNOS4210"
        default y
Simple merge
Simple merge