aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-11-16 15:58:10 -0500
committerLinus Walleij <linus.walleij@linaro.org>2012-03-12 17:49:03 -0400
commitdc0b1aa3e2fefa6372f38d7f6d5d33581567a1b5 (patch)
treecd0f71588255f4b456f4d2e6f1f5b2446a91a51c /drivers/pinctrl/Kconfig
parenta050b3eee61666421df786c8d898ec22c129f4af (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/Kconfig1
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
73 bool "U300 pin controller driver" 73 bool "U300 pin controller driver"
74 depends on ARCH_U300 74 depends on ARCH_U300
75 select PINMUX 75 select PINMUX
76 select GENERIC_PINCONF
76 77
77config PINCTRL_COH901 78config PINCTRL_COH901
78 bool "ST-Ericsson U300 COH 901 335/571 GPIO" 79 bool "ST-Ericsson U300 COH 901 335/571 GPIO"