aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-01-25 10:14:12 -0600
committerLinus Walleij <linus.walleij@linaro.org>2016-02-10 15:22:06 +0100
commitb866526d0cfe0c5b906f9f038f3f550efe30c9d0 (patch)
tree55359b03c5f4c9590e08231ef6e39237c31cb428 /drivers/gpio/Kconfig
parentgpio: Add driver for SPI serializers (diff)
downloadlinux-dev-b866526d0cfe0c5b906f9f038f3f550efe30c9d0.tar.xz
linux-dev-b866526d0cfe0c5b906f9f038f3f550efe30c9d0.zip
gpio: Add driver for TI TPIC2810
Add driver for TI TPIC2810 8-Bit LED Driver with I2C Interface. The TPIC2810 has 8 open-drain outputs that can but used to drive LEDs and other low-side switched resistive loads. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d003abeb1756..63cf6097ec81 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -739,6 +739,14 @@ config GPIO_SX150X
8 bits: sx1508q
16 bits: sx1509q
+config GPIO_TPIC2810
+ tristate "TPIC2810 8-Bit I2C GPO expander"
+ help
+ Say yes here to enable the GPO driver for the TI TPIC2810 chip.
+
+ To compile this driver as a module, choose M here: the module will
+ be called gpio-tpic2810.
+
endmenu
menu "MFD GPIO expanders"