]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: exynos: introduce EXYNOS_ATAGS symbol
authorArnd Bergmann <arnd@arndb.de>
Thu, 11 Apr 2013 21:13:27 +0000 (23:13 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 11:51:19 +0000 (13:51 +0200)
commitbc700160879e38f92f4ab0717f3831aa50367f02
tree386f6d0a47837d6d8155f8ff481af933d980700e
parent6063df806efc7a67ce2311a1e96d03d920fc264c
ARM: exynos: introduce EXYNOS_ATAGS symbol

As a preparation for multiplatform support, this introduces
a new Kconfig symbol to split the ATAGS based EXYNOS platforms
from the DT based ones. Turning off CONFIG_EXYNOS_ATAGS disables
all platforms that are not yet converted to DT, and we can
have code that relies on DT checking for this symbol being
disabled.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-exynos/Kconfig