diff options
author | 2024-12-03 10:49:32 +0000 | |
---|---|---|
committer | 2024-12-13 11:09:01 +0100 | |
commit | 12e0bd600e3c2f33f9db0e3b91f6b8d8d95b7dbe (patch) | |
tree | a1ef6a0ed3c574af9d9b5b14c663523fdd232d3c | |
parent | Linux 6.13-rc1 (diff) | |
download | wireguard-linux-12e0bd600e3c2f33f9db0e3b91f6b8d8d95b7dbe.tar.xz wireguard-linux-12e0bd600e3c2f33f9db0e3b91f6b8d8d95b7dbe.zip |
soc: renesas: Add RZ/G3E (R9A09G047) config option
Add a configuration option for the RZ/G3E SoC.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20241203105005.103927-6-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to '')
-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 9f7fe02310b9..6d2e135eed89 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -345,6 +345,11 @@ config ARCH_R9A09G011 help This enables support for the Renesas RZ/V2M SoC. +config ARCH_R9A09G047 + bool "ARM64 Platform support for RZ/G3E" + help + This enables support for the Renesas RZ/G3E SoC variants. + config ARCH_R9A09G057 bool "ARM64 Platform support for RZ/V2H(P)" select RENESAS_RZV2H_ICU |