blob: 6f7f1ef1578e832b33cc5e739acff9837854bf3e [file] [log] [blame]
Jim Liu4359b332022-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
Jim Liuc32c95c2023-11-14 16:51:59 +080025source "board/nuvoton/common/Kconfig"
Jim Liu4359b332022-04-19 13:32:19 +080026endif