diff options
author | Takeshi Kihara <takeshi.kihara.df@renesas.com> | 2018-05-11 05:22:23 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-05-23 14:43:32 +0200 |
commit | 6d4036a1e3b3ac0f3eebda5a0bbc6d78ebc14389 (patch) | |
tree | c9560d710f73b15821b0cf954069291bed36e9df /drivers/pinctrl/sh-pfc/Makefile | |
parent | pinctrl: sh-pfc: Add PORT_GP_11 helper macro (diff) | |
download | linux-6d4036a1e3b3ac0f3eebda5a0bbc6d78ebc14389.tar.xz linux-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/Makefile')
-rw-r--r-- | drivers/pinctrl/sh-pfc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/Makefile b/drivers/pinctrl/sh-pfc/Makefile index b486fcdf4573..d0b29c51c159 100644 --- a/drivers/pinctrl/sh-pfc/Makefile +++ b/drivers/pinctrl/sh-pfc/Makefile @@ -20,6 +20,7 @@ obj-$(CONFIG_PINCTRL_PFC_R8A7796) += pfc-r8a7796.o obj-$(CONFIG_PINCTRL_PFC_R8A77965) += pfc-r8a77965.o obj-$(CONFIG_PINCTRL_PFC_R8A77970) += pfc-r8a77970.o obj-$(CONFIG_PINCTRL_PFC_R8A77980) += pfc-r8a77980.o +obj-$(CONFIG_PINCTRL_PFC_R8A77990) += pfc-r8a77990.o obj-$(CONFIG_PINCTRL_PFC_R8A77995) += pfc-r8a77995.o obj-$(CONFIG_PINCTRL_PFC_SH7203) += pfc-sh7203.o obj-$(CONFIG_PINCTRL_PFC_SH7264) += pfc-sh7264.o |