1if ARCH_NPCM7xx
2
3config SYS_CPU
4        default "armv7"
5
6config SYS_SOC
7	default "npcm7xx"
8
9config TARGET_POLEG
10	bool "NPCM POLEG board"
11	help
12	  poleg EVB is Nuvoton evaluation board for NPCM750 SoC,
13	  supports general functions of Basebase Management
14	  Controller(BMC).
15
16config SYS_MEM_TOP_HIDE
17	hex "Reserved TOP memory"
18	default 0x03000000
19
20source "board/nuvoton/poleg_evb/Kconfig"
21
22endif
23