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