]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/st/stm32f429-discovery/Kconfig
stm32f4: Add support for stm32f429-discovery board
[karo-tx-uboot.git] / board / st / stm32f429-discovery / Kconfig
1 if TARGET_STM32F429_DISCOVERY
2
3 config SYS_BOARD
4         string
5         default "stm32f429-discovery"
6
7 config SYS_VENDOR
8         string
9         default "st"
10
11 config SYS_SOC
12         string
13         default "stm32f4"
14
15 config SYS_CONFIG_NAME
16         string
17         default "stm32f429-discovery"
18
19 endif