diff options
| author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2012-11-22 05:12:04 -0500 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-23 06:09:19 -0500 |
| commit | acad189b08456722ca4a8984218d6f38f4563cbc (patch) | |
| tree | f180da8f1d239d1f2a690d39deefe7420084e496 /drivers/mfd/Kconfig | |
| parent | cb5faba951142fc00c41b680eec7003f21947b92 (diff) | |
mfd: Add an AS3711 PMIC MFD driver
AS3711 is a PMIC with multiple DCDC and LDO power supplies, GPIOs, an RTC,
a battery charger and a general purpose ADC. This patch adds support for
the MFD with support for a regulator driver and a backlight driver.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
| -rw-r--r-- | drivers/mfd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f5b839b718a..475c26696b9 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
| @@ -1103,6 +1103,15 @@ config MFD_RETU | |||
| 1103 | Retu is a multi-function device found on Nokia Internet Tablets | 1103 | Retu is a multi-function device found on Nokia Internet Tablets |
| 1104 | (770, N800 and N810). | 1104 | (770, N800 and N810). |
| 1105 | 1105 | ||
| 1106 | config MFD_AS3711 | ||
| 1107 | bool "Support for AS3711" | ||
| 1108 | select MFD_CORE | ||
| 1109 | select REGMAP_I2C | ||
| 1110 | select REGMAP_IRQ | ||
| 1111 | depends on I2C=y | ||
| 1112 | help | ||
| 1113 | Support for the AS3711 PMIC from AMS | ||
| 1114 | |||
| 1106 | endmenu | 1115 | endmenu |
| 1107 | endif | 1116 | endif |
| 1108 | 1117 | ||
