ARM: davinci: multi-soc kernels require AUTO_ZRELADDR
authorArnd Bergmann <arnd@arndb.de>
Tue, 27 Jan 2015 13:22:17 +0000 (14:22 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Feb 2015 11:20:25 +0000 (12:20 +0100)
commit99bd667a34f4cd3878d4458d75517a430cf40974
treec7cc48d08920e324b2bcdca4bc75f0974fdbdaae
parent31612d6484271ad6d4db5b4c8df366f35bded928
ARM: davinci: multi-soc kernels require AUTO_ZRELADDR

The davinci DA8xx and DMx families have incompatible zreladdr
settings, and attempting to build a kernel with both enabled
results in an error unless AUTO_ZRELADDR is set:

multiple zreladdrs: 0xc0008000 0x80008000
This needs CONFIG_AUTO_ZRELADDR to be set

This patch changes Kconfig to make the two families mutually
exclusive when this is unset.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/Kconfig