mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
13 lines
232 B
Text
13 lines
232 B
Text
|
if STM32H7
|
||
|
|
||
|
config TARGET_STM32H743_DISCO
|
||
|
bool "STM32H743 Discovery board"
|
||
|
|
||
|
config TARGET_STM32H743_EVAL
|
||
|
bool "STM32H743 Evaluation board"
|
||
|
|
||
|
source "board/st/stm32h743-eval/Kconfig"
|
||
|
source "board/st/stm32h743-disco/Kconfig"
|
||
|
|
||
|
endif
|