diff options
author | Keerthy <j-keerthy@ti.com> | 2017-06-15 08:33:11 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-06-21 09:36:46 +0200 |
commit | 5c7f2c76cd6245d64afc09b1b5c8145adc2fd907 (patch) | |
tree | eeabb83391b0c85a7077f4aa71a18deeaf03eed7 /drivers/gpio/Makefile | |
parent | gpio: dwapb: fix missing first irq for edgeboth irq type (diff) | |
download | linux-5c7f2c76cd6245d64afc09b1b5c8145adc2fd907.tar.xz linux-5c7f2c76cd6245d64afc09b1b5c8145adc2fd907.zip |
gpio: lp87565: Add support for GPIO
Add driver for lp87565 PMIC family GPIOs. Three GPIOs are supported
and can be configured in Open-drain output or Push-pull output.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 43a326be2e57..3de054e1d8b4 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -66,6 +66,7 @@ obj-$(CONFIG_GPIO_LP3943) += gpio-lp3943.o obj-$(CONFIG_GPIO_LPC18XX) += gpio-lpc18xx.o obj-$(CONFIG_ARCH_LPC32XX) += gpio-lpc32xx.o obj-$(CONFIG_GPIO_LP873X) += gpio-lp873x.o +obj-$(CONFIG_GPIO_LP87565) += gpio-lp87565.o obj-$(CONFIG_GPIO_LYNXPOINT) += gpio-lynxpoint.o obj-$(CONFIG_GPIO_MAX730X) += gpio-max730x.o obj-$(CONFIG_GPIO_MAX7300) += gpio-max7300.o |