1if ARCH_NPCM8XX
2
3config SYS_CPU
4	default "armv8"
5
6config SYS_SOC
7	default "npcm8xx"
8
9config TARGET_ARBEL_EVB
10	bool "Arbel Evaluation Board"
11	help
12	  ARBEL_EVB is Nuvoton evaluation board for NPCM845 SoC,
13	  supports general functions of Basebase Management Controller
14	  (BMC).
15
16source "board/nuvoton/arbel_evb/Kconfig"
17
18endif
19