diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2017-07-21 23:15:21 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-08-03 03:50:03 +0900 |
commit | bd39050cb2a05b0eabc418ee9ea9709dccc2d31c (patch) | |
tree | f940bb21f96eb22202eb313fb7658f4077b99222 /board/renesas/ulcb/Kconfig | |
parent | c65e46dab061002fe8c1edf2ac17fae0b3f96990 (diff) |
ARM: rmobile: ulcb: Add ULCB board support
Add initial support for the R8A7795 and R8A7796 based ULCB board.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/ulcb/Kconfig')
-rw-r--r-- | board/renesas/ulcb/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/renesas/ulcb/Kconfig b/board/renesas/ulcb/Kconfig new file mode 100644 index 0000000000..1e9a10d281 --- /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 |