diff options
author | Tarek Dakhran <t.dakhran@samsung.com> | 2014-05-26 17:54:12 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-30 13:43:49 -0400 |
commit | 723c9c7e1674468975494e728d2cb78947809163 (patch) | |
tree | 8f35dce5a3adedb4dfb38a2760f7215005b454fe /arch/arm/mach-exynos/Kconfig | |
parent | 6457158acc30ece42f62d50f4b8f19264203b15e (diff) |
ARM: EXYNOS: Add support for EXYNOS5410 SoC
EXYNOS5410 is SoC in Samsung's Exynos5 SoC series.
Add initial support for this SoC.
Signed-off-by: Tarek Dakhran <t.dakhran@samsung.com>
Signed-off-by: Vyacheslav Tyrtov <v.tyrtov@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/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index ec3403c46cbe..d24974666866 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -111,6 +111,11 @@ config SOC_EXYNOS5260 | |||
111 | default y | 111 | default y |
112 | depends on ARCH_EXYNOS5 | 112 | depends on ARCH_EXYNOS5 |
113 | 113 | ||
114 | config SOC_EXYNOS5410 | ||
115 | bool "SAMSUNG EXYNOS5410" | ||
116 | default y | ||
117 | depends on ARCH_EXYNOS5 | ||
118 | |||
114 | config SOC_EXYNOS5420 | 119 | config SOC_EXYNOS5420 |
115 | bool "SAMSUNG EXYNOS5420" | 120 | bool "SAMSUNG EXYNOS5420" |
116 | default y | 121 | default y |