diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-15 01:48:56 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-21 23:09:18 -0500 |
commit | 2edb36c4ea09fe5077e2d19e60fd353ab1fc6eee (patch) | |
tree | 2d2557688f94d7fd6f734a7a97fe33a1cde75ff6 /arch/arm/mach-exynos/Kconfig | |
parent | 77b67063bb6bce6d475e910d3b886a606d0d91f7 (diff) |
ARM: EXYNOS: add support for EXYNOS5440 SoC
This patch adds support for EXYNOS5440 SoC which is including
ARM Cortex-A15 Quad cores.
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 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index da55107033dd..ed17e353956e 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -67,6 +67,15 @@ config SOC_EXYNOS5250 | |||
67 | help | 67 | help |
68 | Enable EXYNOS5250 SoC support | 68 | Enable EXYNOS5250 SoC support |
69 | 69 | ||
70 | config SOC_EXYNOS5440 | ||
71 | bool "SAMSUNG EXYNOS5440" | ||
72 | default y | ||
73 | depends on ARCH_EXYNOS5 | ||
74 | select ARM_ARCH_TIMER | ||
75 | select AUTO_ZRELADDR | ||
76 | help | ||
77 | Enable EXYNOS5440 SoC support | ||
78 | |||
70 | config EXYNOS4_MCT | 79 | config EXYNOS4_MCT |
71 | bool | 80 | bool |
72 | default y | 81 | default y |
@@ -417,9 +426,9 @@ config MACH_EXYNOS4_DT | |||
417 | 426 | ||
418 | config MACH_EXYNOS5_DT | 427 | config MACH_EXYNOS5_DT |
419 | bool "SAMSUNG EXYNOS5 Machine using device tree" | 428 | bool "SAMSUNG EXYNOS5 Machine using device tree" |
429 | default y | ||
420 | depends on ARCH_EXYNOS5 | 430 | depends on ARCH_EXYNOS5 |
421 | select ARM_AMBA | 431 | select ARM_AMBA |
422 | select SOC_EXYNOS5250 | ||
423 | select USE_OF | 432 | select USE_OF |
424 | help | 433 | help |
425 | Machine support for Samsung EXYNOS5 machine with device tree enabled. | 434 | Machine support for Samsung EXYNOS5 machine with device tree enabled. |