[PATCH 04/16] soc: renesas: Add ARCH_R9A07G044{L,LC} for the new RZ/G2{L,LC} SoC's

From: Lad Prabhakar
Date: Fri May 14 2021 - 15:23:35 EST


Add ARCH_R9A07G044{L,LC} as a configuration symbol for the new Renesas
RZ/G2{L,LC} SoC's.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
---
drivers/soc/renesas/Kconfig | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index b70bbc38efc6..61968bbd2ed2 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -279,6 +279,16 @@ config ARCH_R8A774B1
help
This enables support for the Renesas RZ/G2N SoC.

+config ARCH_R9A07G044L
+ bool "ARM64 Platform support for RZ/G2L SoC"
+ help
+ This enables support for the Renesas RZ/G2L SoC.
+
+config ARCH_R9A07G044LC
+ bool "ARM64 Platform support for RZ/G2LC SoC"
+ help
+ This enables support for the Renesas RZ/G2LC SoC.
+
endif # ARM64

config RST_RCAR
--
2.17.1