1if STM32F4 2 3config TARGET_STM32F429_DISCOVERY 4 bool "STM32F429 Discovery board" 5 6config TARGET_STM32F429_EVALUATION 7 bool "STM32F429 Evaluation board" 8 9config TARGET_STM32F469_DISCOVERY 10 bool "STM32F469 Discovery board" 11 12source "board/st/stm32f429-discovery/Kconfig" 13source "board/st/stm32f429-evaluation/Kconfig" 14source "board/st/stm32f469-discovery/Kconfig" 15 16endif 17