diff mbox series

[4/4] arm64: Add Renesas R8A774C0 support

Message ID 692dce77dfb71b5eaf896d3cdc7ef72f70631b14.1538127537.git.horms+renesas@verge.net.au (mailing list archive)
State Accepted
Commit 692dce77dfb71b5eaf896d3cdc7ef72f70631b14
Delegated to: Simon Horman
Headers show
Series [GIT,PULL] Renesas ARM64 Based SoC SoC Updates for v4.20 | expand

Commit Message

Simon Horman Sept. 28, 2018, 10:21 a.m. UTC
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Add configuration option for the RZ/G2E (R8A774C0) SoC.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/Kconfig.platforms | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index b2e513e5960b..0b65c033c549 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -170,6 +170,12 @@  config ARCH_R8A774A1
 	help
 	  This enables support for the Renesas RZ/G2M SoC.
 
+config ARCH_R8A774C0
+	bool "Renesas RZ/G2E SoC Platform"
+	depends on ARCH_RENESAS
+	help
+	  This enables support for the Renesas RZ/G2E SoC.
+
 config ARCH_R8A7795
 	bool "Renesas R-Car H3 SoC Platform"
 	depends on ARCH_RENESAS