[PATCH 04/10] soc: renesas: Enable SYSC driver for r8a774a3
From: Ayman Chaudhry
Date: Fri Aug 21 2026 - 11:08:01 EST
Select SYSC_R8A774A3 config option if ARCH_R8A774A3 is enabled
so that System Controller driver is enabled on Renesas RZ/G2M v3.0 SoC.
Signed-off-by: Ayman Chaudhry <ayman.chaudhry.kc@xxxxxxxxxxx>
---
drivers/soc/renesas/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 35479c2330f3..cfc56276cb0c 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -231,6 +231,7 @@ config ARCH_R8A774A3
bool "ARM64 Platform support for R8A774A3 (RZ/G2M v3.0)"
default y if ARCH_RENESAS
select ARCH_RCAR_GEN3
+ select SYSC_R8A774A3
help
This enables support for the Renesas RZ/G2M SoC (version 3.0).
--
2.34.1