diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-05-25 17:09:57 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-30 13:43:51 -0400 |
commit | 9dfa92ec4033c348aae6bafc1881e07229fabaa6 (patch) | |
tree | 28901dc7d71b081054c4285eca19b287cc7c4393 /arch/arm/mach-exynos/Kconfig | |
parent | 9a1013285f73692e38bb7267d8bdebe081c71cf7 (diff) |
ARM: EXYNOS: Enable multi-platform build support
This makes it possible to enable the Exynos platform as part of a
multiplatform kernel.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
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 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 28f1a61091c7..0031a57aad94 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -7,6 +7,27 @@ | |||
7 | 7 | ||
8 | # Configuration options for the EXYNOS4 | 8 | # Configuration options for the EXYNOS4 |
9 | 9 | ||
10 | config ARCH_EXYNOS | ||
11 | bool "Samsung EXYNOS" if ARCH_MULTI_V7 | ||
12 | select ARCH_HAS_BANDGAP | ||
13 | select ARCH_HAS_CPUFREQ | ||
14 | select ARCH_HAS_HOLES_MEMORYMODEL | ||
15 | select ARCH_REQUIRE_GPIOLIB | ||
16 | select ARM_AMBA | ||
17 | select ARM_GIC | ||
18 | select COMMON_CLK_SAMSUNG | ||
19 | select HAVE_ARM_SCU if SMP | ||
20 | select HAVE_S3C2410_I2C if I2C | ||
21 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | ||
22 | select HAVE_S3C_RTC if RTC_CLASS | ||
23 | select PINCTRL | ||
24 | select PINCTRL_EXYNOS | ||
25 | select PM_GENERIC_DOMAINS if PM_RUNTIME | ||
26 | select S5P_DEV_MFC | ||
27 | select SRAM | ||
28 | help | ||
29 | Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5) | ||
30 | |||
10 | if ARCH_EXYNOS | 31 | if ARCH_EXYNOS |
11 | 32 | ||
12 | menu "SAMSUNG EXYNOS SoCs Support" | 33 | menu "SAMSUNG EXYNOS SoCs Support" |