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 /arch | |
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 'arch')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index 5db93ac8d6..c79b39ded6 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -20,11 +20,17 @@ config TARGET_SALVATOR_X help Support for Renesas R-Car Gen3 platform +config TARGET_ULCB + bool "ULCB board" + help + Support for Renesas R-Car Gen3 ULCB platform + endchoice config SYS_SOC default "rmobile" source "board/renesas/salvator-x/Kconfig" +source "board/renesas/ulcb/Kconfig" endif |