]> git.baikalelectronics.ru Git - kernel.git/commit
ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
authorVineet Gupta <vgupta@synopsys.com>
Tue, 14 Apr 2020 18:41:51 +0000 (11:41 -0700)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 27 Apr 2020 20:00:28 +0000 (13:00 -0700)
commitf85737c53b2955179bdc93a4238674abc32bdd47
treeee7022d109f985393da8e491a5338390006cb106
parentbe7984d3778258cb3e1afc8c379cebfb726b9846
ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT

Elide invalid configuration EZNPS + ARCv2, triggered by a
make allyesconfig build.

Granted the root cause is in source code (asm/barrier.h) where we check
for ARCv2 before PLAT_EZNPS, but it is better to avoid such combinations
at onset rather then baking subtle nuances into code.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/plat-eznps/Kconfig