blob: d3f4c1dd8128ad19abfb72786bbfe6d93aa9705c [file] [log] [blame]
Jim Liu84335542022-04-19 13:32:19 +08001if TARGET_POLEG
2
3config SYS_BOARD
4 default "poleg_evb"
5
6config SYS_VENDOR
7 default "nuvoton"
8
9config SYS_CONFIG_NAME
10 default "poleg"
11
12choice
13 prompt "Target board select"
14 default TARGET_POLEG_EVB
15
16config TARGET_POLEG_EVB
17 bool "Poleg EVB"
18 help
19 poleg EVB is Nuvoton evaluation board for NPCM750 SoC,
20 supports general functions of Basebase Management
21 Controller(BMC).
22
23endchoice
24
25endif