diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-04-26 13:56:05 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-05-11 10:33:43 +0200 |
commit | 1ae4e59279b185a850ad25da4eb5a771bf36bdcb (patch) | |
tree | 6e8f05ffdc01b14918ab1c66619d55f14f700005 /drivers/pinctrl/Makefile | |
parent | b9e3b72d4a8b3a6c85474455f464e12b4ef1cfc1 (diff) | |
download | op-kernel-dev-1ae4e59279b185a850ad25da4eb5a771bf36bdcb.zip op-kernel-dev-1ae4e59279b185a850ad25da4eb5a771bf36bdcb.tar.gz |
gpio: move the Nomadik GPIO driver to pinctrl
I'm moving this driver over to the pinctrl subsystem to convert
the custom pin mux/config scheme over to use pinctrl.
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Makefile')
-rw-r--r-- | drivers/pinctrl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index 8e3c95a..dd797ca 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -11,6 +11,7 @@ endif obj-$(CONFIG_GENERIC_PINCONF) += pinconf-generic.o obj-$(CONFIG_PINCTRL_PXA3xx) += pinctrl-pxa3xx.o obj-$(CONFIG_PINCTRL_MMP2) += pinctrl-mmp2.o +obj-$(CONFIG_PLAT_NOMADIK) += pinctrl-nomadik.o obj-$(CONFIG_PINCTRL_PXA168) += pinctrl-pxa168.o obj-$(CONFIG_PINCTRL_PXA910) += pinctrl-pxa910.o obj-$(CONFIG_PINCTRL_SIRF) += pinctrl-sirf.o |