summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/bcm/Makefile
diff options
context:
space:
mode:
authorRay Jui <rjui@broadcom.com>2015-03-09 13:45:00 -0700
committerLinus Walleij <linus.walleij@linaro.org>2015-03-18 02:02:19 +0100
commitb64333ce769cbcc6a4dbd0325d9b1da95c6929ff (patch)
tree1ef96363aa5a6f3083996372c5d6c97cf89c9db8 /drivers/pinctrl/bcm/Makefile
parent2dffad825f0bbba16590cfaebb1ec3672b6919d3 (diff)
pinctrl: cygnus: add gpio/pinconf driver
This adds the initial support of the Broadcom Cygnus GPIO/PINCONF driver that supports all 3 GPIO controllers on Cygnus including the ASIU GPIO controller, the chipCommonG GPIO controller, and the always-on GPIO controller. Basic PINCONF configurations such as bias pull up/down, and drive strength are also supported in this driver. Pins from the ASIU GPIO controller can be individually muxed to GPIO function, through interaction with the Cygnus IOMUX controller Signed-off-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Scott Branden <sbranden@broadcom.com> Tested-by: Dmitry Torokhov <dtor@chromium.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/bcm/Makefile')
-rw-r--r--drivers/pinctrl/bcm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/bcm/Makefile b/drivers/pinctrl/bcm/Makefile
index bb6beb66d962..2b2f70ee804c 100644
--- a/drivers/pinctrl/bcm/Makefile
+++ b/drivers/pinctrl/bcm/Makefile
@@ -2,4 +2,5 @@
obj-$(CONFIG_PINCTRL_BCM281XX) += pinctrl-bcm281xx.o
obj-$(CONFIG_PINCTRL_BCM2835) += pinctrl-bcm2835.o
+obj-$(CONFIG_PINCTRL_CYGNUS_GPIO) += pinctrl-cygnus-gpio.o
obj-$(CONFIG_PINCTRL_CYGNUS_MUX) += pinctrl-cygnus-mux.o