ARM: exynos: enable multiplatform support
commitbd51de53e1be9896d815bbea30560262216d4616
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Apr 2013 12:57:15 +0000 (10 14:57 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 11:51:26 +0000 (19 13:51 +0200)
treebd9f221d20bcc28cd6f4bb80f869c3aa6b1e3721
parentb9d7c5d3f48fb9582458ce014baa66c1e16d9be6
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>
arch/arm/Kconfig
arch/arm/configs/exynos4_defconfig
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/Makefile
arch/arm/mach-exynos/common.c
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/include/plat/pm.h
drivers/gpio/Makefile