1if TARGET_ST_STM32MP15X
2
3config SYS_BOARD
4	default "stm32mp1"
5
6config SYS_VENDOR
7	default "st"
8
9config SYS_CONFIG_NAME
10	default "stm32mp15_st_common"
11
12source "board/st/common/Kconfig"
13endif
14
15if TARGET_ST_STM32MP13X
16
17config SYS_BOARD
18	default "stm32mp1"
19
20config SYS_VENDOR
21	default "st"
22
23config SYS_CONFIG_NAME
24	default "stm32mp13_st_common"
25
26source "board/st/common/Kconfig"
27
28endif
29