summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorPradeep Goudagunta <pgoudagunta@nvidia.com>2012-12-04 16:01:51 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:47:43 -0700
commit065c24c154b0917a5e4f0ec33776b39850b67720 (patch)
tree6a6092c5e7651758e56a6483ae91a60a6e439b08 /drivers/gpio/Kconfig
parent6473a8f2da6ea57d02555c973879aa129a892b68 (diff)
gpio: Add max77660 gpio support
Maxim PMIC MAX77660 supports 8 GPIOs. Providing the access to GPIO through gpio driver. Bug 1178631 Change-Id: I4e93a26419fd47a6a62ca281abb4c97850eb0f7a igned-off-by: Chris Ye <chris.ye@maximintegrated.com> Signed-off-by: Pradeep Goudagunta <pgoudagunta@nvidia.com> Reviewed-on: http://git-master/r/166155 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 9afbba6d62f3..a50bce7faf10 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -703,6 +703,13 @@ config GPIO_PALMAS
help
Select this option to enable GPIO driver for the Palmas
chip familly.
+
+config GPIO_MAX77660
+ bool "GPIO suport for PMIC MAX77660"
+ depends on MFD_MAX77660
+ help
+ Say yes here to enable the max77660 to be used as gpio controller.
+ It requires the driver to be built in the kernel.
config GPIO_MSIC
bool "Intel MSIC mixed signal gpio support"