summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorRajmohan Mani2017-07-29 02:30:25 +0200
committerLinus Walleij2017-08-14 15:37:38 +0200
commit275b13a65547e2dc39c75d660d2e0f0fddde90f6 (patch)
treea6caacea07617b1dafb78ba26293dac6999b1352 /drivers/gpio/Makefile
parentgpio: davinci: Handle the return value of davinci_gpio_irq_setup function (diff)
downloadkernel-qcow2-linux-275b13a65547e2dc39c75d660d2e0f0fddde90f6.tar.gz
kernel-qcow2-linux-275b13a65547e2dc39c75d660d2e0f0fddde90f6.tar.xz
kernel-qcow2-linux-275b13a65547e2dc39c75d660d2e0f0fddde90f6.zip
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 a9fda6c55113..37f2029218cb 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