Select PIN_OUTPUT_DISABLE config option if ARCH_RZG2L is enabled so that pin output disable is enabled on RZ/G2L (and alike) SoCs. Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> --- v6: * New patch Ref: https://lore.kernel.org/linux-renesas-soc/OS0PR01MB5922F5494D3C0862E15F3F8486B39@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/T/#t --- drivers/soc/renesas/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 4e8b51ba2266..727ea6149631 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -44,6 +44,7 @@ config ARCH_RMOBILE config ARCH_RZG2L bool + select PIN_OUTPUT_DISABLE select PM select PM_GENERIC_DOMAINS select RENESAS_RZG2L_IRQC -- 2.25.1