diff options
author | Paul Mundt | 2012-07-20 16:39:09 +0900 |
---|---|---|
committer | Paul Mundt | 2012-07-20 16:39:09 +0900 |
commit | fdd85ec3eb8cc1b663678a3efa16ee59a32e0277 (patch) | |
tree | 3864b4b2d6db5ff5815cc1ea60610aa1e2cacc7c /drivers/sh/pfc/Kconfig | |
parent | 5440711073157576eb4658c19019b66b25140860 (diff) |
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/Kconfig | 1 |
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" |