summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-11-16 09:22:59 +0100
committerLinus Walleij <linus.walleij@linaro.org>2012-01-03 09:10:03 +0100
commitca402d37dccf2b797440c5f03bd0db16f977acc9 (patch)
tree7dee0cb62c951122dea275a680da837ee81f69d0 /drivers/pinctrl/Makefile
parentdd68acc7cc256c928256eb5f53e163233605de5d (diff)
downloadop-kernel-dev-ca402d37dccf2b797440c5f03bd0db16f977acc9.zip
op-kernel-dev-ca402d37dccf2b797440c5f03bd0db16f977acc9.tar.gz
pinctrl: move the U300 GPIO driver to pinctrl
This driver will be converted to a dual GPIO + pinctrl driver since it supports biasing and driving control options. Hopefully it can serve as an example. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r--drivers/pinctrl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile
index 50a2e2f..5f3e4d6 100644
--- a/drivers/pinctrl/Makefile
+++ b/drivers/pinctrl/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_PINCTRL) += core.o
obj-$(CONFIG_PINMUX) += pinmux.o
obj-$(CONFIG_PINMUX_SIRF) += pinmux-sirf.o
obj-$(CONFIG_PINMUX_U300) += pinmux-u300.o
+obj-$(CONFIG_PINCTRL_COH901) += pinctrl-coh901.o
OpenPOWER on IntegriCloud