aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/Kconfig
diff options
context:
space:
mode:
authorTakeshi Kihara <takeshi.kihara.df@renesas.com>2018-05-11 12:22:23 +0900
committerGeert Uytterhoeven <geert+renesas@glider.be>2018-05-23 14:43:32 +0200
commit6d4036a1e3b3ac0f3eebda5a0bbc6d78ebc14389 (patch)
treec9560d710f73b15821b0cf954069291bed36e9df /drivers/pinctrl/sh-pfc/Kconfig
parentpinctrl: sh-pfc: Add PORT_GP_11 helper macro (diff)
downloadlinux-dev-6d4036a1e3b3ac0f3eebda5a0bbc6d78ebc14389.tar.xz
linux-dev-6d4036a1e3b3ac0f3eebda5a0bbc6d78ebc14389.zip
pinctrl: sh-pfc: Initial R8A77990 PFC support
This patch adds initial pinctrl driver to support for the R8A77990 SoC. Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/Kconfig')
-rw-r--r--drivers/pinctrl/sh-pfc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig
index 1d9b7e04c0c6..43d950c16528 100644
--- a/drivers/pinctrl/sh-pfc/Kconfig
+++ b/drivers/pinctrl/sh-pfc/Kconfig
@@ -109,6 +109,11 @@ config PINCTRL_PFC_R8A77980
depends on ARCH_R8A77980
select PINCTRL_SH_PFC
+config PINCTRL_PFC_R8A77990
+ def_bool y
+ depends on ARCH_R8A77990
+ select PINCTRL_SH_PFC
+
config PINCTRL_PFC_R8A77995
def_bool y
depends on ARCH_R8A77995