diff options
author | Arun Kumar K <arun.kk@samsung.com> | 2014-05-26 04:16:11 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-31 02:37:16 +0900 |
commit | 86c6f1488d9e53894cafc5671487269e80286d10 (patch) | |
tree | 8131477db871685ce840caab982546401072f9b5 /arch/arm/mach-exynos/Kconfig | |
parent | ed08f10397cc18cd35fa3938fc55e4effa4fb66f (diff) | |
download | linux-86c6f1488d9e53894cafc5671487269e80286d10.tar.bz2 |
ARM: EXYNOS: Add 5800 SoC support
Exynos5800 is an octa core SoC which is based on the 5420
platform. This patch adds the basic support for it in the
mach-exynos.
Signed-off-by: Arun Kumar K <arun.kk@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 bf4ed87a4f1e..8390096e90e7 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -113,6 +113,11 @@ config SOC_EXYNOS5440 help Enable EXYNOS5440 SoC support +config SOC_EXYNOS5800 + bool "SAMSUNG EXYNOS5800" + default y + depends on SOC_EXYNOS5420 + endmenu endif |