aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorArun Kumar K <arun.kk@samsung.com>2014-05-26 04:16:11 +0900
committerKukjin Kim <kgene.kim@samsung.com>2014-05-31 02:37:16 +0900
commit86c6f1488d9e53894cafc5671487269e80286d10 (patch)
tree8131477db871685ce840caab982546401072f9b5 /arch/arm/mach-exynos/Kconfig
parentARM: EXYNOS: initial board support for exynos5260 SoC (diff)
downloadlinux-dev-86c6f1488d9e53894cafc5671487269e80286d10.tar.xz
linux-dev-86c6f1488d9e53894cafc5671487269e80286d10.zip
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/Kconfig5
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