summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart2012-12-15 23:51:21 +0100
committerSimon Horman2013-01-25 01:24:26 +0100
commitd5b1521a94659167e77616368fe6e7c9b3aa1733 (patch)
treea274f4b5ebd76c52bf74a02ace4d41a7b4b7c6f8 /drivers/pinctrl/sh-pfc/Makefile
parentsh-pfc: Support pinmux info in driver data instead of platform data (diff)
downloadkernel-qcow2-linux-d5b1521a94659167e77616368fe6e7c9b3aa1733.tar.gz
kernel-qcow2-linux-d5b1521a94659167e77616368fe6e7c9b3aa1733.tar.xz
kernel-qcow2-linux-d5b1521a94659167e77616368fe6e7c9b3aa1733.zip
sh-pfc: Add r8a7740 pinmux support
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> 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 6ba6fb26cde9..a277448ca912 100644
--- a/drivers/pinctrl/sh-pfc/Makefile
+++ b/drivers/pinctrl/sh-pfc/Makefile
@@ -3,3 +3,4 @@ ifeq ($(CONFIG_GPIO_SH_PFC),y)
sh-pfc-objs += gpio.o
endif
obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc.o
+obj-$(CONFIG_PINCTRL_PFC_R8A7740) += pfc-r8a7740.o