1
0
Fork 0

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>
alistair/sunxi64-5.7-dsi
Vineet Gupta 2020-04-14 11:41:51 -07:00
parent 49b41356f7
commit 799587d573
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
menuconfig ARC_PLAT_EZNPS
bool "\"EZchip\" ARC dev platform"
depends on ISA_ARCOMPACT
select CPU_BIG_ENDIAN
select CLKSRC_NPS if !PHYS_ADDR_T_64BIT
select EZNPS_GIC