diff options
author | Andrew F. Davis <afd@ti.com> | 2016-02-06 19:12:10 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-03-16 11:50:33 +0300 |
commit | 99f0fd540f53985443f36f96c0da209665e2dbfa (patch) | |
tree | 432e395592716fea2b753898e5b461b47fe0f240 /drivers/gpio/Makefile | |
parent | e1d9a10918396ae26dd5181d454c793ff17c9ded (diff) | |
download | linux-99f0fd540f53985443f36f96c0da209665e2dbfa.tar.xz |
gpio: tps65086: Add GPO driver for the TPS65086 PMIC
Add support for the TPS65086 PMIC GPOs.
TPS65086 has four configurable GPOs that can be used for several
purposes. These are output only.
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/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 ece7d7cbdc80..c759190b73fa 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -95,6 +95,7 @@ obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o obj-$(CONFIG_GPIO_PALMAS) += gpio-palmas.o +obj-$(CONFIG_GPIO_TPS65086) += gpio-tps65086.o obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o |