diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-10 08:57:15 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 07:51:26 -0400 |
commit | bd51de53e1be9896d815bbea30560262216d4616 (patch) | |
tree | bd9f221d20bcc28cd6f4bb80f869c3aa6b1e3721 /arch/arm/Kconfig | |
parent | b9d7c5d3f48fb9582458ce014baa66c1e16d9be6 (diff) |
ARM: exynos: enable multiplatform support
This makes it possible to enable the exynos platform as part of a
multiplatform kernel, in addition to keeping the single-platform
exynos support.
The multiplatform variant has a number of limitations at the moment:
* It only supports DT-enabled machines. This is not a problem in
the long run, as non-DT machines for exynos are going away.
The main problem here is that the gpio code and the exynos_eint
irqchip are not multiplatform capable but still required for
ATAGS based boot.
* The watchdog driver is still missing a conversion.
* sparsemem and memory_holes are currently not supported in
multiplatform.
The the multiplatform aware ARCH_EXYNOS Kconfig symbol is disabled
for now, as dependent patches are still pending in other
subsystem trees. We will enable it once everything comes together.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 13b739469c51..b375a94fe292 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -853,18 +853,11 @@ config ARCH_S5PV210 | |||
853 | help | 853 | help |
854 | Samsung S5PV210/S5PC110 series based systems | 854 | Samsung S5PV210/S5PC110 series based systems |
855 | 855 | ||
856 | config ARCH_EXYNOS | 856 | config ARCH_EXYNOS_SINGLE |
857 | bool "Samsung EXYNOS" | 857 | bool "Samsung EXYNOS" |
858 | select ARCH_HAS_CPUFREQ | ||
859 | select ARCH_HAS_HOLES_MEMORYMODEL | 858 | select ARCH_HAS_HOLES_MEMORYMODEL |
860 | select ARCH_SPARSEMEM_ENABLE | 859 | select ARCH_SPARSEMEM_ENABLE |
861 | select CLKDEV_LOOKUP | ||
862 | select CPU_V7 | ||
863 | select GENERIC_CLOCKEVENTS | ||
864 | select HAVE_CLK | ||
865 | select HAVE_S3C2410_I2C if I2C | ||
866 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 860 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
867 | select HAVE_S3C_RTC if RTC_CLASS | ||
868 | select NEED_MACH_GPIO_H | 861 | select NEED_MACH_GPIO_H |
869 | select NEED_MACH_MEMORY_H | 862 | select NEED_MACH_MEMORY_H |
870 | help | 863 | help |