]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-stm32/stm32f4/Kconfig
board: stm32: add stm32f469-discovery board support
[people/ms/u-boot.git] / arch / arm / mach-stm32 / stm32f4 / Kconfig
1 if STM32F4
2
3 config TARGET_STM32F429_DISCOVERY
4 bool "STM32F429 Discovery board"
5
6 config TARGET_STM32F469_DISCOVERY
7 bool "STM32F469 Discovery board"
8
9 source "board/st/stm32f429-discovery/Kconfig"
10 source "board/st/stm32f469-discovery/Kconfig"
11
12 endif