mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
9 lines
134 B
Text
9 lines
134 B
Text
|
if STM32F4
|
||
|
|
||
|
config TARGET_STM32F429_DISCOVERY
|
||
|
bool "STM32F429 Discovery board"
|
||
|
|
||
|
source "board/st/stm32f429-discovery/Kconfig"
|
||
|
|
||
|
endif
|