summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorBibek Basu <bbasu@nvidia.com>2013-10-25 11:04:06 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2013-11-07 03:33:31 -0800
commit71651f74d26fed5d48e20714f27a961053df3d53 (patch)
tree8ba5187450b75063d160df258c9eb7a7ed8d535d /drivers/pinctrl/Kconfig
parentaed44255c9371793c7b86f826c3e19ca2cf67f26 (diff)
pincntrl: add support for AMS AS3722 pin control driver
The AS3722 is a compact system PMU suitable for mobile phones, tablets etc. Add a driver to support accessing the GPIO, pinmux and pin configuration of 8 GPIO pins found on the AMS AS3722 through pin control driver and gpiolib. The driver will register itself as the pincontrol driver and gpio driver. Bug 1394720 Original-author: Laxman Dewangan <ldewangan@nvidia.com> Change-Id: I4106c6c6a267849849497cb7a3cfb58a63a83056 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Florian Lobmaier <florian.lobmaier@ams.com> Signed-off-by: Bibek Basu <bbasu@nvidia.com> Reviewed-on: http://git-master/r/309460 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 3a4105d7d1b6..160e814218ce 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -256,10 +256,15 @@ config PINCTRL_XWAY
depends on PINCTRL_LANTIQ
config PINCTRL_AS3722
- tristate "AS3722 Pincontrol support"
- depends on MFD_AS3722
+ bool "Pinctrl and GPIO driver for ams AS3722 PMIC"
+ depends on MFD_AS3722 && GPIOLIB
+ select PINMUX
+ select GENERIC_PINCONF
help
- AS3722 is a PMIC from AMS for smartphone and tablets.
+ AS3722 device supports the configuration of GPIO pins for different
+ functionality. This driver supports the pinmux, push-pull and
+ open drain configuration for the GPIO pins of AS3722 devices. It also
+ supports the GPIO functionality through gpiolib.
endmenu