From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> The Clock Pulse Generator (CPG) relies on syscon to obtain the values of the mode pins. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index fda93a2..9bd88d1 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -106,6 +106,7 @@ config ARCH_SHMOBILE config ARCH_RENESAS bool "Renesas SoC Platforms" select ARCH_SHMOBILE + select MFD_SYSCON select PINCTRL select PM select PM_GENERIC_DOMAINS -- 2.8.0