1if TARGET_ST_STM32MP23X
2
3config SYS_BOARD
4	default "stm32mp2"
5
6config SYS_VENDOR
7	default "st"
8
9config SYS_CONFIG_NAME
10	default "stm32mp23_st_common"
11
12source "board/st/common/Kconfig"
13endif
14
15if TARGET_ST_STM32MP25X
16
17config SYS_BOARD
18	default "stm32mp2"
19
20config SYS_VENDOR
21	default "st"
22
23config SYS_CONFIG_NAME
24	default "stm32mp25_st_common"
25
26source "board/st/common/Kconfig"
27endif
28