]> git.sur5r.net Git - u-boot/blob - board/st/stm32f746-disco/Kconfig
gdsys: Drop print_fpga_state function
[u-boot] / board / st / stm32f746-disco / Kconfig
1 if TARGET_STM32F746_DISCO
2
3 config SYS_BOARD
4         string
5         default "stm32f746-disco"
6
7 config SYS_VENDOR
8         string
9         default "st"
10
11 config SYS_SOC
12         string
13         default "stm32f7"
14
15 config SYS_CONFIG_NAME
16         string
17         default "stm32f746-disco"
18
19 endif