3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/kernel/u-boot-master/board/st/stm32mp1/Kconfig

13 lines
141 B
Plaintext
Raw Normal View History

2022-04-02 13:17:33 +00:00
if TARGET_STM32MP1
config SYS_BOARD
default "stm32mp1"
config SYS_VENDOR
default "st"
config SYS_CONFIG_NAME
default "stm32mp1"
endif