diff options
author | Andrew F. Davis <afd@ti.com> | 2016-01-25 19:14:12 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-10 17:22:06 +0300 |
commit | b866526d0cfe0c5b906f9f038f3f550efe30c9d0 (patch) | |
tree | 55359b03c5f4c9590e08231ef6e39237c31cb428 /drivers/gpio/Kconfig | |
parent | df6df93c8a73f6f9be38d4128fe25a5ee613d66c (diff) | |
download | linux-b866526d0cfe0c5b906f9f038f3f550efe30c9d0.tar.xz |
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/Kconfig | 8 |
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" |