repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
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
|