mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
38ac6a1bb3
All these files are add for support rt-thread art-pi board - add board/st/stm32h750-art-pi, defconfig, header support for u-boot for more information about art-pi, please goto: https://art-pi.gitee.io/website/ Signed-off-by: dillon min <dillon.minfei@gmail.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
16 lines
338 B
Text
16 lines
338 B
Text
if STM32H7
|
|
|
|
config TARGET_STM32H743_DISCO
|
|
bool "STM32H743 Discovery board"
|
|
|
|
config TARGET_STM32H743_EVAL
|
|
bool "STM32H743 Evaluation board"
|
|
|
|
config TARGET_STM32H750_ART_PI
|
|
bool "STM32H750 ART Pi board"
|
|
|
|
source "board/st/stm32h743-eval/Kconfig"
|
|
source "board/st/stm32h743-disco/Kconfig"
|
|
source "board/st/stm32h750-art-pi/Kconfig"
|
|
|
|
endif
|