summaryrefslogtreecommitdiff
path: root/board/st/stm32mp1/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/stm32mp1/Kconfig')
-rw-r--r--board/st/stm32mp1/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/st/stm32mp1/Kconfig b/board/st/stm32mp1/Kconfig
new file mode 100644
index 0000000000..5ab94151a9
--- /dev/null
+++ b/board/st/stm32mp1/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_STM32MP1
+
+config SYS_BOARD
+ default "stm32mp1"
+
+config SYS_VENDOR
+ default "st"
+
+config SYS_CONFIG_NAME
+ default "stm32mp1"
+
+endif