]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-stm32/stm32f4/Kconfig
board: stm32: Add stm32f429-evaluation board support
[people/ms/u-boot.git] / arch / arm / mach-stm32 / stm32f4 / Kconfig
CommitLineData
0a61ee88
VM
1if STM32F4
2
3config TARGET_STM32F429_DISCOVERY
4 bool "STM32F429 Discovery board"
5
e23b19f4
PC
6config TARGET_STM32F429_EVALUATION
7 bool "STM32F429 Evaluation board"
8
c0cdd5ad
PC
9config TARGET_STM32F469_DISCOVERY
10 bool "STM32F469 Discovery board"
11
0a61ee88 12source "board/st/stm32f429-discovery/Kconfig"
e23b19f4 13source "board/st/stm32f429-evaluation/Kconfig"
c0cdd5ad 14source "board/st/stm32f469-discovery/Kconfig"
0a61ee88
VM
15
16endif