xref: /openbmc/u-boot/board/st/stm32h743-disco/Kconfig (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1if TARGET_STM32H743_DISCO
2
3config SYS_BOARD
4	string
5	default "stm32h743-disco"
6
7config SYS_VENDOR
8	string
9	default "st"
10
11config SYS_SOC
12	string
13	default "stm32h7"
14
15config SYS_CONFIG_NAME
16	string
17	default "stm32h743-disco"
18
19endif
20