diff options
author | Florian Lobmaier <florian.lobmaier@ams.com> | 2013-05-06 13:15:20 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 13:25:41 -0700 |
commit | d6336fe87bf8761038a80d1bc16e11b0d96548a2 (patch) | |
tree | 9984b423d8dcb17469338e1bae39908b260c2939 /drivers/gpio/Kconfig | |
parent | 7dd653417d28386752c32d8fa46fa2e1f0ed7633 (diff) |
gpio: Add an AS3722 PMIC gpio driver
AS3722 is a PMIC with multiple DCDC and LDO power supplies,
GPIOs, an RTC, WDT. This patch adds support for gpio
Change-Id: Iac350b2942b5b07f7355b7abd8acb22ae5dc5a04
Signed-off-by: Florian Lobmaier <florian.lobmaier@ams.com>
Signed-off-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-on: http://git-master/r/225578
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 59d5f24dc113..e69bc5c7ae31 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -325,6 +325,15 @@ config GPIO_ARIZONA help Support for GPIOs on Wolfson Arizona class devices. +config GPIO_AS3722 + tristate "ams AS3722 GPIO support" + depends on MFD_AS3722 + help + This option enables support for on-chip GPIOs found on + AS3722 PMIC from ams. + To compile this driver as a module, choose M here: the module will + be called as3722-gpio. + config GPIO_MAX7300 tristate "Maxim MAX7300 GPIO expander" depends on I2C |