blob: eaa40db8a74ac980f336a50856fef1507aff1350 [file] [log] [blame]
Patrice Chotarde23b19f2018-01-18 13:39:32 +01001if TARGET_STM32F429_EVALUATION
2
3config SYS_BOARD
4 string
5 default "stm32f429-evaluation"
6
7config SYS_VENDOR
8 string
9 default "st"
10
11config SYS_SOC
12 string
13 default "stm32f4"
14
15config SYS_CONFIG_NAME
Patrice Chotarde23b19f2018-01-18 13:39:32 +010016 default "stm32f429-evaluation"
17
18endif