diff options
author | Linus Walleij | 2011-11-16 21:58:10 +0100 |
---|---|---|
committer | Linus Walleij | 2012-03-12 22:49:03 +0100 |
commit | dc0b1aa3e2fefa6372f38d7f6d5d33581567a1b5 (patch) | |
tree | cd0f71588255f4b456f4d2e6f1f5b2446a91a51c /drivers/pinctrl/Kconfig | |
parent | a050b3eee61666421df786c8d898ec22c129f4af (diff) |
pinctrl: support pinconfig on the U300
This adds pin configuration support for the U300 driver pair,
we can now read out the biasing and drive mode in debugfs and
configure it using the new configuration API.
ChangeLog v1->v2:
- Migrate to pin config and generic pin config changes.
ChangeLog v2->v3:
- Adjust to generic pin config changes in v7 patch set.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 07f3d8d38580..abfb96408779 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -73,6 +73,7 @@ config PINCTRL_U300 bool "U300 pin controller driver" depends on ARCH_U300 select PINMUX + select GENERIC_PINCONF config PINCTRL_COH901 bool "ST-Ericsson U300 COH 901 335/571 GPIO" |