diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-09-13 10:31:59 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-09-13 10:31:59 +0200 |
commit | 2e68023971477707962143c6d6f5c8620af1342f (patch) | |
tree | a788bc5bf3cc1c0ea15bb04cda73a6dad55baa59 /drivers/gpio/Kconfig | |
parent | eb8994172a45029f3f589fd6b2bd5d54e5b6e036 (diff) | |
parent | f618ed218dc01207882a8f02b1310c7daaf5156a (diff) | |
download | blackbird-op-linux-2e68023971477707962143c6d6f5c8620af1342f.tar.gz blackbird-op-linux-2e68023971477707962143c6d6f5c8620af1342f.zip |
Merge tag 'ib-mfd-gpio-regulator-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into devel
Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 68c2d647be9a..0e41c45a2936 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -887,6 +887,16 @@ config GPIO_LP3943 LP3943 can be used as a GPIO expander which provides up to 16 GPIOs. Open drain outputs are required for this usage. +config GPIO_LP873X + tristate "TI LP873X GPO" + depends on MFD_TI_LP873X + help + This driver supports the GPO on TI Lp873x PMICs. 2 GPOs are present + on LP873X PMICs. + + This driver can also be built as a module. If so, the module will be + called gpio-lp873x. + config GPIO_MAX77620 tristate "GPIO support for PMIC MAX77620 and MAX20024" depends on MFD_MAX77620 |