Jim Liu | 147c000 | 2022-09-27 16:45:15 +0800 | [diff] [blame] | 1 | if ARCH_NPCM8XX |
2 | |||||
3 | config SYS_CPU | ||||
4 | default "armv8" | ||||
5 | |||||
6 | config SYS_SOC | ||||
7 | default "npcm8xx" | ||||
8 | |||||
9 | config 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 | |||||
16 | source "board/nuvoton/arbel_evb/Kconfig" | ||||
17 | |||||
18 | endif |