diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-11-07 02:20:09 +0300 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-11-21 16:49:43 +0300 |
commit | c0adae9e51ab88293d6cc729c46fdb4365bf77f5 (patch) | |
tree | dd763596ce8907a65ca1ad658a3dc84800df4535 /arch/arm/mach-exynos/Kconfig | |
parent | b5d841a2bfce65881d518e3c27437c530460f1c4 (diff) | |
download | linux-c0adae9e51ab88293d6cc729c46fdb4365bf77f5.tar.xz |
ARM: EXYNOS: Add support for exynos4415 SoC
This patch adds support for Exynos4415 SoC. Exynos4415 is based on
the 32-bit RISC processor for Smartphone. Exynos4415 has Cortex A9
quad-cores and has a target speed of 1.6GHz and provides 8.5GB/s
memory bandwidth.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@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/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 46f3c0d0d01f..349c86708298 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -75,6 +75,11 @@ config SOC_EXYNOS4412 default y depends on ARCH_EXYNOS4 +config SOC_EXYNOS4415 + bool "SAMSUNG EXYNOS4415" + default y + depends on ARCH_EXYNOS4 + config SOC_EXYNOS5250 bool "SAMSUNG EXYNOS5250" default y |