blob: 89e97aec2b6c833e12da24ae12796f75f1afbf24 [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