diff options
author | Marek Vasut | 2019-02-18 13:22:03 +0100 |
---|---|---|
committer | Marek Vasut | 2019-02-25 16:07:41 +0100 |
commit | 669367f6a416a43c35e565783b4de53fa42cda98 (patch) | |
tree | 04d88d5cd3887a10d8a524790a2540d676222715 /arch/arm/mach-rmobile/Kconfig.64 | |
parent | 46467ceaf4db9fe4bb03204edc1304a94f9f57b4 (diff) |
ARM: rmobile: Imply pinctrl drivers per SoC
Imply preferred pin control driver per SoC, no functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/Kconfig.64')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.64 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64 index d84c0617d16..d231263574d 100644 --- a/arch/arm/mach-rmobile/Kconfig.64 +++ b/arch/arm/mach-rmobile/Kconfig.64 @@ -6,22 +6,27 @@ choice config R8A7795 bool "Renesas SoC R8A7795" imply CLK_R8A7795 + imply PINCTRL_PFC_R8A7795 config R8A7796 bool "Renesas SoC R8A7796" imply CLK_R8A7796 + imply PINCTRL_PFC_R8A7796 config R8A77970 bool "Renesas SoC R8A77970" imply CLK_R8A77970 + imply PINCTRL_PFC_R8A77970 config R8A77990 bool "Renesas SoC R8A77990" imply CLK_R8A77990 + imply PINCTRL_PFC_R8A77990 config R8A77995 bool "Renesas SoC R8A77995" imply CLK_R8A77995 + imply PINCTRL_PFC_R8A77995 endchoice |