diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 17:51:21 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-24 19:24:26 -0500 |
commit | d5b1521a94659167e77616368fe6e7c9b3aa1733 (patch) | |
tree | a274f4b5ebd76c52bf74a02ace4d41a7b4b7c6f8 /drivers/pinctrl/sh-pfc/Kconfig | |
parent | 19bb7fe36950ff74ce322cc29f6f4e025999f1f0 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/pinctrl/sh-pfc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig index ae69dbe18bfd..374500e9bf02 100644 --- a/drivers/pinctrl/sh-pfc/Kconfig +++ b/drivers/pinctrl/sh-pfc/Kconfig | |||
@@ -21,4 +21,9 @@ config GPIO_SH_PFC | |||
21 | This enables support for GPIOs within the SoC's pin function | 21 | This enables support for GPIOs within the SoC's pin function |
22 | controller. | 22 | controller. |
23 | 23 | ||
24 | config PINCTRL_PFC_R8A7740 | ||
25 | def_bool y | ||
26 | depends on ARCH_R8A7740 | ||
27 | select PINCTRL_SH_PFC | ||
28 | |||
24 | endif | 29 | endif |