diff options
author | Lad Prabhakar <[email protected]> | 2021-06-09 16:32:23 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2021-06-10 15:28:57 +0200 |
commit | f3b154529fb89e9feae18d5e9da40559172d8d19 (patch) | |
tree | fef896fe0446362c83235937aa42f43de3d7bbdb | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) |
soc: renesas: Add ARCH_R9A07G044 for the new RZ/G2L SoC's
Add ARCH_R9A07G044 as a configuration symbol for the new Renesas
RZ/G2L SoC variants.
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Biju Das <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | drivers/soc/renesas/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index b70bbc38efc6..71b44c31b012 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -279,6 +279,11 @@ config ARCH_R8A774B1 help This enables support for the Renesas RZ/G2N SoC. +config ARCH_R9A07G044 + bool "ARM64 Platform support for RZ/G2L" + help + This enables support for the Renesas RZ/G2L SoC variants. + endif # ARM64 config RST_RCAR |