From bd39050cb2a05b0eabc418ee9ea9709dccc2d31c Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 21 Jul 2017 23:15:21 +0200 Subject: ARM: rmobile: ulcb: Add ULCB board support Add initial support for the R8A7795 and R8A7796 based ULCB board. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/ulcb/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 board/renesas/ulcb/Kconfig (limited to 'board/renesas/ulcb/Kconfig') 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 -- cgit