ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD
authorNick Desaulniers <ndesaulniers@google.com>
Mon, 16 Nov 2020 23:46:39 +0000 (00:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2021 14:37:13 +0000 (15:37 +0100)
commitc7cd7a3b5076eab7f04e0365b401420cee2ce4e3
treeddf3dc62e655a15f499721339e8ac3eb196b2e7f
parentd9655c6854a64924f4e08918b7a7fb7a7c16c94f
ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD

commit 28187dc8ebd938d574edfc6d9e0f9c51c21ff3f4 upstream.

LLD does not yet support any big endian architectures. Make this config
non-selectable when using LLD until LLD is fixed.

Link: https://github.com/ClangBuiltLinux/linux/issues/965
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Tested-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mm/Kconfig