blob: 6ab8f80fa45b6921c523f8c633ddcaa94a3eb8d2 [file] [log] [blame]
Patrick Delaunay84625482020-01-13 15:17:42 +01001if TARGET_ST_STM32MP15x
Patrick Delaunayf8598d92018-03-12 10:46:18 +01002
3config SYS_BOARD
4 default "stm32mp1"
5
6config SYS_VENDOR
7 default "st"
8
9config SYS_CONFIG_NAME
Patrick Delaunayc67ca252021-10-22 10:19:25 +020010 default "stm32mp15_st_common"
Patrick Delaunayf8598d92018-03-12 10:46:18 +010011
Patrick Delaunayba2c20c2020-01-13 15:17:40 +010012source "board/st/common/Kconfig"
Patrick Delaunayf8598d92018-03-12 10:46:18 +010013endif
Patrick Delaunay960debb2022-05-20 18:24:46 +020014
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