summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-11-13 18:51:51 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2013-11-13 20:50:07 -0800
commit245c6bf7488921e31530952e20422dddfd2b6c44 (patch)
tree1f590c6d5a86df8bc795642723a917609e08bb7f /drivers/mfd/Kconfig
parentce66a06161255a71dcd34f2d91902ed859e147b3 (diff)
mfd: as3722: align driver with mainline
Align mfd core driver for ams AS3722 with mainline driver and support non-dt functionality also. Change-Id: Ifd42481582fa6a9aa0f2b0c017cfba7d7cccc9d5 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/330343 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig15
1 files changed, 6 insertions, 9 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 690a1b83c3e9..b0d27e114321 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -718,19 +718,16 @@ config MFD_STMPE
Touchscreen: stmpe-ts
config MFD_AS3722
- tristate "Support for ams AS3722 PMIC"
+ bool "ams AS3722 Power Management IC"
select MFD_CORE
select REGMAP_I2C
- select REGMAP_IRQ
+ select REGMAP_IRQ
depends on I2C=y
help
- Core support for the ams AS3722 PMIC. Additional
- drivers must be enabled in order to use the functionality of the
- device.
- Related drivers are:
- * ams AS3722 PMIC regulators
- * ams AS3722 GPIO
- * ams AS3722 RTC
+ The ams AS3722 is a compact system PMU suitable for mobile phones,
+ tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down
+ controllers, 11 LDOs, RTC, automatic battery, temperature and
+ over current monitoring, GPIOs, ADC and a watchdog.
menu "STMicroelectronics STMPE Interface Drivers"
depends on MFD_STMPE