summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSachin Kamat2014-05-25 22:58:42 +0200
committerKukjin Kim2014-05-30 19:43:50 +0200
commit9a1013285f73692e38bb7267d8bdebe081c71cf7 (patch)
tree62491079493283999bfa158e34ee87a114f30e57 /arch/arm/Kconfig
parentARM: EXYNOS: Add support for EXYNOS5410 SoC (diff)
downloadkernel-qcow2-linux-9a1013285f73692e38bb7267d8bdebe081c71cf7.tar.gz
kernel-qcow2-linux-9a1013285f73692e38bb7267d8bdebe081c71cf7.tar.xz
kernel-qcow2-linux-9a1013285f73692e38bb7267d8bdebe081c71cf7.zip
ARM: EXYNOS: Consolidate Kconfig entries
Instead of repeating the Kconfig entries for every SoC, move them under ARCH_EXYNOS3, 4 and 5 and move the entries common to 3, 4 and 5 under ARCH_EXYNOS. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 044e32be02b5..ccacd23e703c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -831,18 +831,28 @@ config ARCH_S5PV210
config ARCH_EXYNOS
bool "Samsung EXYNOS"
+ select ARCH_HAS_BANDGAP
select ARCH_HAS_CPUFREQ
select ARCH_HAS_HOLES_MEMORYMODEL
select ARCH_REQUIRE_GPIOLIB
select ARCH_SPARSEMEM_ENABLE
+ select ARM_AMBA
select ARM_GIC
+ select CLKSRC_OF
select COMMON_CLK_SAMSUNG
select CPU_V7
select GENERIC_CLOCKEVENTS
+ select HAVE_ARM_SCU if SMP
select HAVE_S3C2410_I2C if I2C
select HAVE_S3C2410_WATCHDOG if WATCHDOG
select HAVE_S3C_RTC if RTC_CLASS
+ select HAVE_SMP
select NEED_MACH_MEMORY_H
+ select PINCTRL
+ select PINCTRL_EXYNOS
+ select PM_GENERIC_DOMAINS if PM_RUNTIME
+ select S5P_DEV_MFC
+ select SAMSUNG_DMADEV
select SPARSE_IRQ
select USE_OF
help