diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-01-03 05:46:59 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-13 18:22:45 -0500 |
commit | 3d50a278527154974f4240584da691db7424956d (patch) | |
tree | e3be6471fc3b85226106ea983fb5ea72c308c81e /drivers/gpio/Makefile | |
parent | 60c185f059c88ad4b9b170b1f9322e3adcccca07 (diff) |
gpio: palmas: Add support for Palmas GPIO
Add gpio driver for TI Palmas series PMIC. This has 8 gpio which can
work as input/output.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 c5aebd008dde..8962c5f7b026 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile | |||
@@ -69,6 +69,7 @@ obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o | |||
69 | obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o | 69 | obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o |
70 | obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o | 70 | obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o |
71 | obj-$(CONFIG_ARCH_DAVINCI_TNETV107X) += gpio-tnetv107x.o | 71 | obj-$(CONFIG_ARCH_DAVINCI_TNETV107X) += gpio-tnetv107x.o |
72 | obj-$(CONFIG_GPIO_PALMAS) += gpio-palmas.o | ||
72 | obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o | 73 | obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o |
73 | obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o | 74 | obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o |
74 | obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o | 75 | obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o |