1if STM32F4
2
3config TARGET_STM32F429_DISCOVERY
4	bool "STM32F429 Discovery board"
5
6source "board/st/stm32f429-discovery/Kconfig"
7
8endif
9