diff options
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 69d10373a410..070c7b6d3d86 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 |
@@ -412,9 +421,9 @@ config MACH_EXYNOS4_DT | |||
412 | 421 | ||
413 | config MACH_EXYNOS5_DT | 422 | config MACH_EXYNOS5_DT |
414 | bool "SAMSUNG EXYNOS5 Machine using device tree" | 423 | bool "SAMSUNG EXYNOS5 Machine using device tree" |
424 | default y | ||
415 | depends on ARCH_EXYNOS5 | 425 | depends on ARCH_EXYNOS5 |
416 | select ARM_AMBA | 426 | select ARM_AMBA |
417 | select SOC_EXYNOS5250 | ||
418 | select USE_OF | 427 | select USE_OF |
419 | help | 428 | help |
420 | Machine support for Samsung EXYNOS5 machine with device tree enabled. | 429 | Machine support for Samsung EXYNOS5 machine with device tree enabled. |