historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/board/st/stm32f746-disco/Kconfig

20 lines
229 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
if TARGET_STM32F746_DISCO
config SYS_BOARD
string
default "stm32f746-disco"
config SYS_VENDOR
string
default "st"
config SYS_SOC
string
default "stm32f7"
config SYS_CONFIG_NAME
string
default "stm32f746-disco"
endif