diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-01-03 16:16:59 +0530 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-14 00:22:45 +0100 |
commit | 3d50a278527154974f4240584da691db7424956d (patch) | |
tree | e3be6471fc3b85226106ea983fb5ea72c308c81e /drivers/gpio/Kconfig | |
parent | 60c185f059c88ad4b9b170b1f9322e3adcccca07 (diff) | |
download | linux-stable-3d50a278527154974f4240584da691db7424956d.tar.gz linux-stable-3d50a278527154974f4240584da691db7424956d.tar.bz2 linux-stable-3d50a278527154974f4240584da691db7424956d.zip |
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/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 682de754d63f..40a0ec3b7c40 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -663,6 +663,13 @@ config GPIO_AB8500 help Select this to enable the AB8500 IC GPIO driver +config GPIO_PALMAS + bool "TI PALMAS series PMICs GPIO" + depends on MFD_PALMAS + help + Select this option to enable GPIO driver for the TI PALMAS + series chip family. + config GPIO_TPS6586X bool "TPS6586X GPIO" depends on MFD_TPS6586X |