Jim Liu | 4359b33 | 2022-04-19 13:32:19 +0800 | [diff] [blame] | 1 | if ARCH_NPCM7xx |
2 | |||||
3 | config SYS_CPU | ||||
4 | default "armv7" | ||||
5 | |||||
6 | config SYS_SOC | ||||
7 | default "npcm7xx" | ||||
8 | |||||
9 | config 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 | |||||
16 | config SYS_MEM_TOP_HIDE | ||||
17 | hex "Reserved TOP memory" | ||||
18 | default 0x03000000 | ||||
19 | |||||
20 | source "board/nuvoton/poleg_evb/Kconfig" | ||||
21 | |||||
22 | endif |