summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile/Kconfig
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2016-04-01 03:51:34 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2016-08-17 10:25:35 +0900
commit581183def6ec7e7695110ee75ea866b734c5e249 (patch)
tree0ed23b3ed4fe11239091ee627175c55750dba891 /arch/arm/mach-rmobile/Kconfig
parenta7da6f8c3d6d685af9426cdc2357d2e66cff2875 (diff)
downloadu-boot-imx-581183def6ec7e7695110ee75ea866b734c5e249.zip
u-boot-imx-581183def6ec7e7695110ee75ea866b734c5e249.tar.gz
u-boot-imx-581183def6ec7e7695110ee75ea866b734c5e249.tar.bz2
ARM: rmobile: Add support R-Car Generation 3
This adds supporting R-Car Generation 3 (Gen3) as Renesas ARM64 SoC. Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/Kconfig')
-rw-r--r--arch/arm/mach-rmobile/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig
index 56c3f68..4b05d78 100644
--- a/arch/arm/mach-rmobile/Kconfig
+++ b/arch/arm/mach-rmobile/Kconfig
@@ -8,8 +8,13 @@ config RCAR_32
bool "Renesas ARM SoCs R-Car Gen1/Gen2 (32bit)"
select CPU_V7
+config RCAR_GEN3
+ bool "Renesas ARM SoCs R-Car Gen3 (64bit)"
+ select ARM64
+
endchoice
source "arch/arm/mach-rmobile/Kconfig.32"
+source "arch/arm/mach-rmobile/Kconfig.64"
endif