summaryrefslogtreecommitdiff
path: root/board/renesas/ulcb/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-08-02 23:30:27 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-02 23:30:27 (GMT)
commita89302cc7908de36e949b02013ac05ce5ef8b354 (patch)
tree99a6cc5d9956e9219f7f802ab2f0f4d6a3b277e9 /board/renesas/ulcb/Kconfig
parentec7483e34ea932fb68267dc0b1de30be51f271c9 (diff)
parent9c552db619b2ab373dbf048714518c74c53e6c2b (diff)
downloadu-boot-fsl-qoriq-a89302cc7908de36e949b02013ac05ce5ef8b354.tar.xz
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
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