xref: /OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1if STM32F4
2
3config TARGET_STM32F429_DISCOVERY
4	bool "STM32F429 Discovery board"
5
6source "board/st/stm32f429-discovery/Kconfig"
7
8endif
9