diff options
author | Andrew F. Davis <afd@ti.com> | 2016-01-25 18:43:47 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-11 19:31:12 +0300 |
commit | ca801a22f465eae39fadc770e15b5b7e82595f81 (patch) | |
tree | b8bcd5c170cf66f7fe139cbf64fbe63c9c48dd57 /drivers/gpio/Kconfig | |
parent | 33f9d8c0b49c1e63d6efc6e60a52afcf85f5de65 (diff) | |
download | linux-ca801a22f465eae39fadc770e15b5b7e82595f81.tar.xz |
gpio: tps65912: Add GPIO driver for the TPS65912 PMIC
This patch adds support for the TPS65912 PMIC GPIOs.
TPS65912 has five configurable GPIOs that can be used for several
purposes.
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 98eaeddc0ae3..3d60b742e42c 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -858,6 +858,12 @@ config GPIO_TPS65910 Select this option to enable GPIO driver for the TPS65910 chip family. +config GPIO_TPS65912 + tristate "TI TPS65912 GPIO" + depends on MFD_TPS65912 + help + This driver supports TPS65912 gpio chip + config GPIO_TWL4030 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" depends on TWL4030_CORE |