Message ID | 1441120361-1232-7-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Simon Horman |
Headers | show |
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 25a90317e8e932cf..7022581cf792d3be 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -72,6 +72,7 @@ config ARCH_SHMOBILE config ARCH_RENESAS bool "Renesas SoC Platform" select ARCH_SHMOBILE + select MFD_SYSCON select PM_GENERIC_DOMAINS if PM help This enables support for the ARMv8 based Renesas SoCs.
The Clock Pulse Generator (CPG) relies on syscon to obtain the values of the mode pins. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+)