From: Marek Vasut Date: Sun, 21 Apr 2019 20:14:11 +0000 (+0200) Subject: ARM: rmobile: Always select pin control drivers on Gen3 X-Git-Tag: v2019.07-rc2~18^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6b955cbaeacaa59a1336ab556c355ac776d5469d;p=oweals%2Fu-boot.git ARM: rmobile: Always select pin control drivers on Gen3 To assure the pins on R-Car Gen3 SoCs are configured correctly, always select pin control drivers on Gen3 SoCs. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index c6e5f75daf..babb5e9e84 100644 --- a/arch/arm/mach-rmobile/Kconfig +++ b/arch/arm/mach-rmobile/Kconfig @@ -13,6 +13,9 @@ config RCAR_GEN3 select ARM64 select PHY select CMD_CACHE + select PINCTRL + select PINCONF + select PINCTRL_PFC imply CMD_FS_UUID imply CMD_GPT imply CMD_UUID