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