summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAndrew F. Davis2016-02-06 17:12:10 +0100
committerLee Jones2016-03-16 09:50:33 +0100
commit99f0fd540f53985443f36f96c0da209665e2dbfa (patch)
tree432e395592716fea2b753898e5b461b47fe0f240 /drivers/gpio/Kconfig
parentmfd: mt6397: Add platform device ID table (diff)
downloadkernel-qcow2-linux-99f0fd540f53985443f36f96c0da209665e2dbfa.tar.gz
kernel-qcow2-linux-99f0fd540f53985443f36f96c0da209665e2dbfa.tar.xz
kernel-qcow2-linux-99f0fd540f53985443f36f96c0da209665e2dbfa.zip
gpio: tps65086: Add GPO driver for the TPS65086 PMIC
Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be used for several purposes. These are output only. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3d60b742e42c..2b80903965d1 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -844,6 +844,12 @@ config GPIO_TIMBERDALE
---help---
Add support for the GPIO IP in the timberdale FPGA.
+config GPIO_TPS65086
+ tristate "TI TPS65086 GPO"
+ depends on MFD_TPS65086
+ help
+ This driver supports the GPO on TI TPS65086x PMICs.
+
config GPIO_TPS6586X
bool "TPS6586X GPIO"
depends on MFD_TPS6586X