mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
9ca71c9c19
Add basic support for the Nuvoton NPCM845 EVB (Arbel). Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
18 lines
327 B
Text
18 lines
327 B
Text
if ARCH_NPCM8XX
|
|
|
|
config SYS_CPU
|
|
default "armv8"
|
|
|
|
config SYS_SOC
|
|
default "npcm8xx"
|
|
|
|
config TARGET_ARBEL_EVB
|
|
bool "Arbel Evaluation Board"
|
|
help
|
|
ARBEL_EVB is Nuvoton evaluation board for NPCM845 SoC,
|
|
supports general functions of Basebase Management Controller
|
|
(BMC).
|
|
|
|
source "board/nuvoton/arbel_evb/Kconfig"
|
|
|
|
endif
|