aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-03-09 02:56:34 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-03-09 02:56:34 -0500
commit8ec46b97f24d60645c8f708c87e0caecebd25d77 (patch)
tree3663c411f7a4e7a9bfc0a8e720679b93a5860b7c /arch/arm/mach-exynos/Kconfig
parentb85b64cc22122adca695e0f8c340cc677ad92e8c (diff)
parent6938d75a8c1a1752f9fa7ef14a0c570036c7b73b (diff)
Merge branch 'next/mct-exynos' into next/clk-exynos
Conflicts: arch/arm/mach-exynos/mach-exynos4-dt.c
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r--arch/arm/mach-exynos/Kconfig8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index bc15b9ee8174..ef3b69a6277c 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -80,12 +80,6 @@ config SOC_EXYNOS5440
80 help 80 help
81 Enable EXYNOS5440 SoC support 81 Enable EXYNOS5440 SoC support
82 82
83config EXYNOS4_MCT
84 bool
85 default y
86 help
87 Use MCT (Multi Core Timer) as kernel timers
88
89config EXYNOS_DEV_DMA 83config EXYNOS_DEV_DMA
90 bool 84 bool
91 help 85 help
@@ -407,6 +401,7 @@ config MACH_EXYNOS4_DT
407 bool "Samsung Exynos4 Machine using device tree" 401 bool "Samsung Exynos4 Machine using device tree"
408 depends on ARCH_EXYNOS4 402 depends on ARCH_EXYNOS4
409 select ARM_AMBA 403 select ARM_AMBA
404 select CLKSRC_OF
410 select CPU_EXYNOS4210 405 select CPU_EXYNOS4210
411 select HAVE_SAMSUNG_KEYPAD if INPUT_KEYBOARD 406 select HAVE_SAMSUNG_KEYPAD if INPUT_KEYBOARD
412 select PINCTRL 407 select PINCTRL
@@ -424,6 +419,7 @@ config MACH_EXYNOS5_DT
424 default y 419 default y
425 depends on ARCH_EXYNOS5 420 depends on ARCH_EXYNOS5
426 select ARM_AMBA 421 select ARM_AMBA
422 select CLKSRC_OF
427 select USE_OF 423 select USE_OF
428 help 424 help
429 Machine support for Samsung EXYNOS5 machine with device tree enabled. 425 Machine support for Samsung EXYNOS5 machine with device tree enabled.