summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorRajmohan Mani <rajmohan.mani@intel.com>2017-07-28 17:30:25 -0700
committerLinus Walleij <linus.walleij@linaro.org>2017-08-14 15:37:38 +0200
commit275b13a65547e2dc39c75d660d2e0f0fddde90f6 (patch)
treea6caacea07617b1dafb78ba26293dac6999b1352 /drivers/gpio/Makefile
parent5e7a0ce7395ad65f71cfbc47d6dd6d6b329dab84 (diff)
downloadop-kernel-dev-275b13a65547e2dc39c75d660d2e0f0fddde90f6.zip
op-kernel-dev-275b13a65547e2dc39c75d660d2e0f0fddde90f6.tar.gz
gpio: Add support for TPS68470 GPIOs
This patch adds support for TPS68470 GPIOs. There are 7 GPIOs and a few sensor related GPIOs. These GPIOs can be requested and configured as appropriate. The GPIOs are also provided with descriptive names. However, the typical use case is that the OS GPIO driver will interact with TPS68470 GPIO driver to configure these GPIOs, as requested by the platform firmware. Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index a9fda6c..37f2029 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -121,6 +121,7 @@ obj-$(CONFIG_GPIO_TPS65218) += gpio-tps65218.o
obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o
obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o
obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o
+obj-$(CONFIG_GPIO_TPS68470) += gpio-tps68470.o
obj-$(CONFIG_GPIO_TS4800) += gpio-ts4800.o
obj-$(CONFIG_GPIO_TS4900) += gpio-ts4900.o
obj-$(CONFIG_GPIO_TS5500) += gpio-ts5500.o
OpenPOWER on IntegriCloud