diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 17:51:38 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-24 19:24:28 -0500 |
commit | a56398e9691ab7630bdde76f0ca21267246ce99e (patch) | |
tree | cbf41f3005dce8cdb7cd4b7100586475bf4fc926 /drivers/pinctrl/sh-pfc/Kconfig | |
parent | 0bb92677ab45e09f99bca06ec6635852ee6ec893 (diff) |
sh-pfc: Add sh7785 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/Kconfig b/drivers/pinctrl/sh-pfc/Kconfig index 80746ef5ba99..052698286e7d 100644 --- a/drivers/pinctrl/sh-pfc/Kconfig +++ b/drivers/pinctrl/sh-pfc/Kconfig | |||
@@ -95,4 +95,10 @@ config PINCTRL_PFC_SH7757 | |||
95 | depends on GENERIC_GPIO | 95 | depends on GENERIC_GPIO |
96 | select PINCTRL_SH_PFC | 96 | select PINCTRL_SH_PFC |
97 | 97 | ||
98 | config PINCTRL_PFC_SH7785 | ||
99 | def_bool y | ||
100 | depends on CPU_SUBTYPE_SH7785 | ||
101 | depends on GENERIC_GPIO | ||
102 | select PINCTRL_SH_PFC | ||
103 | |||
98 | endif | 104 | endif |