]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/st/stm32f469-discovery/Kconfig
board: stm32: add stm32f469-discovery board support
[people/ms/u-boot.git] / board / st / stm32f469-discovery / Kconfig
CommitLineData
c0cdd5ad
PC
1if TARGET_STM32F469_DISCOVERY
2
3config SYS_BOARD
4 string
5 default "stm32f469-discovery"
6
7config SYS_VENDOR
8 string
9 default "st"
10
11config SYS_SOC
12 string
13 default "stm32f4"
14
15config SYS_CONFIG_NAME
16 string
17 default "stm32f469-discovery"
18
19endif