From: Arnd Bergmann Date: Tue, 27 Jan 2015 13:22:17 +0000 (+0100) Subject: ARM: davinci: multi-soc kernels require AUTO_ZRELADDR X-Git-Tag: fixes-v4.0-rc1~22^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99bd667a34f4cd3878d4458d75517a430cf40974;p=pandora-kernel.git 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 Acked-by: Sekhar Nori Cc: Kevin Hilman --- Reading git-diff-tree failed