aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/st/stm32mp1/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/st/stm32mp1/Kconfig')
-rw-r--r--roms/u-boot/board/st/stm32mp1/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/board/st/stm32mp1/Kconfig b/roms/u-boot/board/st/stm32mp1/Kconfig
new file mode 100644
index 000000000..c5ab7553d
--- /dev/null
+++ b/roms/u-boot/board/st/stm32mp1/Kconfig
@@ -0,0 +1,13 @@
+if TARGET_ST_STM32MP15x
+
+config SYS_BOARD
+ default "stm32mp1"
+
+config SYS_VENDOR
+ default "st"
+
+config SYS_CONFIG_NAME
+ default "stm32mp1"
+
+source "board/st/common/Kconfig"
+endif