aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/falcon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/falcon/Kconfig')
-rw-r--r--board/renesas/falcon/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/renesas/falcon/Kconfig b/board/renesas/falcon/Kconfig
new file mode 100644
index 00000000000..1fcefa7e3cd
--- /dev/null
+++ b/board/renesas/falcon/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_FALCON
+
+config SYS_SOC
+ default "rmobile"
+
+config SYS_BOARD
+ default "falcon"
+
+config SYS_VENDOR
+ default "renesas"
+
+config SYS_CONFIG_NAME
+ default "falcon"
+
+endif