blob: 237e7ba7e503ed31d0183db549b1f872b187c29f [file] [log] [blame]
Jim Liu84335542022-04-19 13:32:19 +08001if 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