Skip to content

Commit 799587d

Browse files
committed
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 <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent 49b4135 commit 799587d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arc/plat-eznps/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
menuconfig ARC_PLAT_EZNPS
88
bool "\"EZchip\" ARC dev platform"
9+
depends on ISA_ARCOMPACT
910
select CPU_BIG_ENDIAN
1011
select CLKSRC_NPS if !PHYS_ADDR_T_64BIT
1112
select EZNPS_GIC

0 commit comments

Comments
 (0)