diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2018-09-10 07:53:49 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-09-11 09:50:57 -0400 |
commit | 692dce77dfb71b5eaf896d3cdc7ef72f70631b14 (patch) | |
tree | 6d0f7c925d4fcdb985860325afd67f22610f8c1a | |
parent | 5afa67792d0a25d5642cd6929ed0f92b5e7f5076 (diff) |
arm64: Add Renesas R8A774C0 support
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>
-rw-r--r-- | arch/arm64/Kconfig.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
170 | help | 170 | help |
171 | This enables support for the Renesas RZ/G2M SoC. | 171 | This enables support for the Renesas RZ/G2M SoC. |
172 | 172 | ||
173 | config ARCH_R8A774C0 | ||
174 | bool "Renesas RZ/G2E SoC Platform" | ||
175 | depends on ARCH_RENESAS | ||
176 | help | ||
177 | This enables support for the Renesas RZ/G2E SoC. | ||
178 | |||
173 | config ARCH_R8A7795 | 179 | config ARCH_R8A7795 |
174 | bool "Renesas R-Car H3 SoC Platform" | 180 | bool "Renesas R-Car H3 SoC Platform" |
175 | depends on ARCH_RENESAS | 181 | depends on ARCH_RENESAS |