blob: 89039f068a24386ec5446cf8dd5be33c7666bd6f [file] [log] [blame]
Patrice Chotardd29531c2023-10-27 16:43:04 +02001if TARGET_ST_STM32MP25X
2
3config SYS_BOARD
4 default "stm32mp2"
5
6config SYS_VENDOR
7 default "st"
8
9config SYS_CONFIG_NAME
10 default "stm32mp25_common"
11
12source "board/st/common/Kconfig"
13endif