summaryrefslogtreecommitdiff
path: root/board/firefly/roc-pc-rk3576/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/firefly/roc-pc-rk3576/Kconfig')
-rw-r--r--board/firefly/roc-pc-rk3576/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/firefly/roc-pc-rk3576/Kconfig b/board/firefly/roc-pc-rk3576/Kconfig
new file mode 100644
index 00000000000..2fc0f913c37
--- /dev/null
+++ b/board/firefly/roc-pc-rk3576/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_ROC_PC_RK3576
+
+config SYS_BOARD
+ default "roc-pc-rk3576"
+
+config SYS_VENDOR
+ default "firefly"
+
+config SYS_CONFIG_NAME
+ default "roc-pc-rk3576"
+
+endif