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> Signed-off-by: Dirk Behme <dirk.behme@xxxxxxxxxxxx> --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 2182fd5..4949b6a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -108,6 +108,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