aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/pfc/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-07-20 16:39:09 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-07-20 16:39:09 +0900
commitfdd85ec3eb8cc1b663678a3efa16ee59a32e0277 (patch)
tree3864b4b2d6db5ff5815cc1ea60610aa1e2cacc7c /drivers/sh/pfc/Kconfig
parentsh: pfc: Prefer DRV_NAME over KBUILD_MODNAME. (diff)
downloadlinux-dev-fdd85ec3eb8cc1b663678a3efa16ee59a32e0277.tar.xz
linux-dev-fdd85ec3eb8cc1b663678a3efa16ee59a32e0277.zip
sh: pfc: pin config get/set support.
This implements simple support for adjusting the pin config value via the pinctrl API. The pinconf-generic code is abandoned for now until we've got a chance to revamp the pinmux_type state tracking that's needed by legacy code. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/pfc/Kconfig')
-rw-r--r--drivers/sh/pfc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sh/pfc/Kconfig b/drivers/sh/pfc/Kconfig
index b743aaa543f8..804f9ad1bf4a 100644
--- a/drivers/sh/pfc/Kconfig
+++ b/drivers/sh/pfc/Kconfig
@@ -17,7 +17,6 @@ config PINCTRL_SH_PFC
select PINCTRL
select PINMUX
select PINCONF
- select GENERIC_PINCONF
config GPIO_SH_PFC
tristate "SuperH PFC GPIO support"