~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 5f4a0506dcbb1d9b836456b05cf68b9cacb8f575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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