summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorBiju Das2018-07-24 17:47:17 +0200
committerSimon Horman2018-09-11 15:49:14 +0200
commit5afa67792d0a25d5642cd6929ed0f92b5e7f5076 (patch)
tree30c47c1f6e1a462c9f3d4e9ac098e147f31161ad /arch/arm64/Kconfig.platforms
parentarm64: enable CMT/TMU support for Renesas SoC (diff)
downloadkernel-qcow2-linux-5afa67792d0a25d5642cd6929ed0f92b5e7f5076.tar.gz
kernel-qcow2-linux-5afa67792d0a25d5642cd6929ed0f92b5e7f5076.tar.xz
kernel-qcow2-linux-5afa67792d0a25d5642cd6929ed0f92b5e7f5076.zip
arm64: Add Renesas R8A774A1 support
Add configuration option for the RZ/G2M (R8A774A1) SoC. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Chris Paterson <chris.paterson2@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 8d149e12c82d..b2e513e5960b 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -164,6 +164,12 @@ config ARCH_RENESAS
help
This enables support for the ARMv8 based Renesas SoCs.
+config ARCH_R8A774A1
+ bool "Renesas RZ/G2M SoC Platform"
+ depends on ARCH_RENESAS
+ help
+ This enables support for the Renesas RZ/G2M SoC.
+
config ARCH_R8A7795
bool "Renesas R-Car H3 SoC Platform"
depends on ARCH_RENESAS