aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/st/stm32f469-discovery/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/st/stm32f469-discovery/Kconfig')
-rw-r--r--roms/u-boot/board/st/stm32f469-discovery/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/u-boot/board/st/stm32f469-discovery/Kconfig b/roms/u-boot/board/st/stm32f469-discovery/Kconfig
new file mode 100644
index 000000000..de61b6f2f
--- /dev/null
+++ b/roms/u-boot/board/st/stm32f469-discovery/Kconfig
@@ -0,0 +1,19 @@
+if TARGET_STM32F469_DISCOVERY
+
+config SYS_BOARD
+ string
+ default "stm32f469-discovery"
+
+config SYS_VENDOR
+ string
+ default "st"
+
+config SYS_SOC
+ string
+ default "stm32f4"
+
+config SYS_CONFIG_NAME
+ string
+ default "stm32f469-discovery"
+
+endif