Kconfig 134 B

12345678
  1. if STM32F4
  2. config TARGET_STM32F429_DISCOVERY
  3. bool "STM32F429 Discovery board"
  4. source "board/st/stm32f429-discovery/Kconfig"
  5. endif