1if 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
26