xref: /openbmc/u-boot/arch/arm/mach-stm32/stm32f7/Kconfig (revision 5eba73c52b3dd5983f3d0f7eca4a344d55e22719)
1if STM32F7
2
3config TARGET_STM32F746_DISCO
4	bool "STM32F746 Discovery board"
5
6source "board/st/stm32f746-disco/Kconfig"
7
8endif
9