mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
9 lines
126 B
Text
9 lines
126 B
Text
|
if STM32F7
|
||
|
|
||
|
config TARGET_STM32F746_DISCO
|
||
|
bool "STM32F746 Discovery board"
|
||
|
|
||
|
source "board/st/stm32f746-disco/Kconfig"
|
||
|
|
||
|
endif
|