diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 23:51:21 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-25 01:24:26 +0100 |
commit | d5b1521a94659167e77616368fe6e7c9b3aa1733 (patch) | |
tree | a274f4b5ebd76c52bf74a02ace4d41a7b4b7c6f8 /drivers/pinctrl/sh-pfc/Makefile | |
parent | sh-pfc: Support pinmux info in driver data instead of platform data (diff) | |
download | linux-d5b1521a94659167e77616368fe6e7c9b3aa1733.tar.xz 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/Makefile | 1 |
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 |