]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/st/stm32f429-discovery/Kconfig
imx6: engicam: Drop SPL_EXT_SUPPORT
[people/ms/u-boot.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