Jim Liu | 4359b33 | 2022-04-19 13:32:19 +0800 | [diff] [blame] | 1 | if TARGET_POLEG |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "poleg_evb" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "nuvoton" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
| 10 | default "poleg" |
| 11 | |
| 12 | choice |
| 13 | prompt "Target board select" |
| 14 | default TARGET_POLEG_EVB |
| 15 | |
| 16 | config 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 | |
| 23 | endchoice |
| 24 | |
Jim Liu | c32c95c | 2023-11-14 16:51:59 +0800 | [diff] [blame] | 25 | source "board/nuvoton/common/Kconfig" |
Jim Liu | 4359b33 | 2022-04-19 13:32:19 +0800 | [diff] [blame] | 26 | endif |