diff options
author | Marek Vasut | 2019-04-21 22:14:11 +0200 |
---|---|---|
committer | Marek Vasut | 2019-05-04 19:26:49 +0200 |
commit | 6b955cbaeacaa59a1336ab556c355ac776d5469d (patch) | |
tree | 4ca3e74050462aabf791f582024c145f22dc0c22 /arch/arm | |
parent | 5403bec1cb530f8c4aa97a1cd7f9f860716c8c1f (diff) |
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index c6e5f75daf0..babb5e9e843 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 |