mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
e23b19f4a8
Add stm32f429-evaluation board support. For more information, please visit: http://www.st.com/en/evaluation-tools/stm32429i-eval.html Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
16 lines
367 B
Text
16 lines
367 B
Text
if STM32F4
|
|
|
|
config TARGET_STM32F429_DISCOVERY
|
|
bool "STM32F429 Discovery board"
|
|
|
|
config TARGET_STM32F429_EVALUATION
|
|
bool "STM32F429 Evaluation board"
|
|
|
|
config TARGET_STM32F469_DISCOVERY
|
|
bool "STM32F469 Discovery board"
|
|
|
|
source "board/st/stm32f429-discovery/Kconfig"
|
|
source "board/st/stm32f429-evaluation/Kconfig"
|
|
source "board/st/stm32f469-discovery/Kconfig"
|
|
|
|
endif
|