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

20 lines
226 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
if TARGET_STM32H743_EVAL
config SYS_BOARD
string
default "stm32h743-eval"
config SYS_VENDOR
string
default "st"
config SYS_SOC
string
default "stm32h7"
config SYS_CONFIG_NAME
string
default "stm32h743-eval"
endif