Re: [PATCH v2 4/6] pmdomain: renesas: Add R-Car X5H MDLC driver

From: Marek Vasut

Date: Wed Jul 08 2026 - 17:59:11 EST


On 7/8/26 12:15 PM, Geert Uytterhoeven wrote:

[...]

diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 2ab150d04bb1f1ef..d4055250de72f1fe 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -358,6 +358,7 @@ config ARCH_R8A78000
default y if ARCH_RENESAS
default ARCH_RENESAS

I know this ^ is not related to this patch, but is the "default y" and "default ARCH_RENESAS" above valid ? I can find exactly one such use of Kconfig in the tree.

select ARCH_RCAR_GEN5
+ select MDLC_R8A78000
help
This enables support for the Renesas R-Car X5H SoC.