summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel/Makefile
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2014-11-03 13:01:33 +0200
committerLinus Walleij <linus.walleij@linaro.org>2014-11-04 11:21:02 +0100
commit6e08d6bbebebcf70f982d7190c4b6dc456cedd57 (patch)
tree728061495abb0cb39a6f2253648cb4f9e82d7812 /drivers/pinctrl/intel/Makefile
parent354567e6084c0760dc1e3a164ce4e77c5a943acc (diff)
pinctrl: Add Intel Cherryview/Braswell pin controller support
This driver supports the pin/GPIO controllers found in newer Intel SoCs like Cherryview and Braswell. The driver provides full GPIO support and minimal set of pin controlling funtionality. The driver is based on the original Cherryview GPIO driver authored by Ning Li and Alan Cox. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/intel/Makefile')
-rw-r--r--drivers/pinctrl/intel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/intel/Makefile b/drivers/pinctrl/intel/Makefile
index d049b769e327..4c210e4139e2 100644
--- a/drivers/pinctrl/intel/Makefile
+++ b/drivers/pinctrl/intel/Makefile
@@ -1,3 +1,4 @@
# Intel pin control drivers
obj-$(CONFIG_PINCTRL_BAYTRAIL) += pinctrl-baytrail.o
+obj-$(CONFIG_PINCTRL_CHERRYVIEW) += pinctrl-cherryview.o