aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-05-14 03:16:12 -0400
committerGrant Likely <grant.likely@secretlab.ca>2012-05-19 00:59:28 -0400
commite9fe32bcadb8a7a40411d77f168abd45941b049b (patch)
tree5ba1c23de8ca09b7d22ee16b8ac2b0c5bbd49fab /drivers/gpio/Kconfig
parentee1c1e7d6451204e71ae6d815bfa918c57450391 (diff)
gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583
The PMIC device RC5T583 from RICOH supports 8 gpios. Adding gpio driver for this device to access the pins control through gpio library. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> [grant.likely: slight cosmetic changes] Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 25535ebf4f90..7028f7bee7fc 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -301,6 +301,15 @@ config GPIO_PCF857X
301 This driver provides an in-kernel interface to those GPIOs using 301 This driver provides an in-kernel interface to those GPIOs using
302 platform-neutral GPIO calls. 302 platform-neutral GPIO calls.
303 303
304config GPIO_RC5T583
305 bool "RICOH RC5T583 GPIO"
306 depends on MFD_RC5T583
307 help
308 Select this option to enable GPIO driver for the Ricoh RC5T583
309 chip family.
310 This driver provides the support for driving/reading the gpio pins
311 of RC5T583 device through standard gpio library.
312
304config GPIO_SX150X 313config GPIO_SX150X
305 bool "Semtech SX150x I2C GPIO expander" 314 bool "Semtech SX150x I2C GPIO expander"
306 depends on I2C=y 315 depends on I2C=y