Kconfig 367 B

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