diff options
Diffstat (limited to 'roms/u-boot/board/st/stm32h743-eval/Kconfig')
-rw-r--r-- | roms/u-boot/board/st/stm32h743-eval/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/u-boot/board/st/stm32h743-eval/Kconfig b/roms/u-boot/board/st/stm32h743-eval/Kconfig new file mode 100644 index 000000000..ea879b13c --- /dev/null +++ b/roms/u-boot/board/st/stm32h743-eval/Kconfig @@ -0,0 +1,19 @@ +if TARGET_STM32H743_EVAL + +config SYS_BOARD + string + default "stm32h743-eval" + +config SYS_VENDOR + string + default "st" + +config SYS_SOC + string + default "stm32h7" + +config SYS_CONFIG_NAME + string + default "stm32h743-eval" + +endif |