diff options
author | ashishj3 <ashish.jangam@kpitcummins.com> | 2011-07-06 16:02:13 +0530 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-07-06 10:31:58 -0600 |
commit | 07bfc9152365332477083768d0af9ab21bb2019d (patch) | |
tree | 8672a8e56c948f0d1d0eda7d2cd3a1af6c3680f2 /drivers/gpio/Kconfig | |
parent | f7f678a06326ebafe9005203c0b2fa06885fd12c (diff) | |
download | op-kernel-dev-07bfc9152365332477083768d0af9ab21bb2019d.zip op-kernel-dev-07bfc9152365332477083768d0af9ab21bb2019d.tar.gz |
GPIO: DA9052 GPIO module v3
DA9052 PMIC has 16 bit GPIO bus for peripheral control.
This patch add support for the GPIO pins on the DA9052.
Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 9f06e63..a4ac78b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -68,6 +68,12 @@ config GPIO_GENERIC # put drivers in the right section, in alphabetical order +config GPIO_DA9052 + tristate "Dialog DA9052 GPIO" + depends on PMIC_DA9052 + help + Say yes here to enable the GPIO driver for the DA9052 chip. + config GPIO_MAX730X tristate |