summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/Makefile
diff options
context:
space:
mode:
authorMagnus Damm2013-03-26 14:49:49 +0100
committerSimon Horman2013-04-03 03:30:38 +0200
commitc98f6c21afaf4692886cea0f5b63ead9945d85cc (patch)
tree1aa7e6f751c81e45ab0980447275119103341405 /drivers/pinctrl/sh-pfc/Makefile
parentsh-pfc: r8a7779: Split DU input and output pixel clocks (diff)
downloadkernel-qcow2-linux-c98f6c21afaf4692886cea0f5b63ead9945d85cc.tar.gz
kernel-qcow2-linux-c98f6c21afaf4692886cea0f5b63ead9945d85cc.tar.xz
kernel-qcow2-linux-c98f6c21afaf4692886cea0f5b63ead9945d85cc.zip
sh-pfc: Add r8a73a4 pinmux support
Add initial PFC support for the r8a73a4 SoC. At this point only GPIO interface is supported, move to newer interfaces planned as incremental changes. Original authors are Morimoto-san with help from Yoshii-san, thanks to them for the heavy lifting. Adjusted by Magnus to work together with updated code in drivers/pinctrl. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Takashi Yoshii <takashi.yoshii.zj@renesas.com> Signed-off-by: Magnus Damm <damm@opensource.se> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/Makefile')
-rw-r--r--drivers/pinctrl/sh-pfc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/Makefile b/drivers/pinctrl/sh-pfc/Makefile
index e8b9562c47e1..211cd8e98a8a 100644
--- a/drivers/pinctrl/sh-pfc/Makefile
+++ b/drivers/pinctrl/sh-pfc/Makefile
@@ -3,6 +3,7 @@ ifeq ($(CONFIG_GPIO_SH_PFC),y)
sh-pfc-objs += gpio.o
endif
obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc.o
+obj-$(CONFIG_PINCTRL_PFC_R8A73A4) += pfc-r8a73a4.o
obj-$(CONFIG_PINCTRL_PFC_R8A7740) += pfc-r8a7740.o
obj-$(CONFIG_PINCTRL_PFC_R8A7779) += pfc-r8a7779.o
obj-$(CONFIG_PINCTRL_PFC_SH7203) += pfc-sh7203.o