diff options
author | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 2014-12-22 11:51:06 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-01-22 10:55:54 -0500 |
commit | b8fce55c09d3327014191247957d875c9fe5b7ce (patch) | |
tree | e61bb0fa8078418bce1b1ddf8512c555dab02cf5 /drivers/mfd/Kconfig | |
parent | 1ae68f95de1e18751ff2830c361c173e8ae677d8 (diff) |
mfd: Add support for DA9150 combined charger & fuel-gauge device
DA9150 is a combined Charger and Fuel-Gauge IC, with additional
GPIO and GPADC functionality.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9cd2af660cc5..c47b2da7986e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -195,6 +195,18 @@ config MFD_DA9063 | |||
195 | Additional drivers must be enabled in order to use the functionality | 195 | Additional drivers must be enabled in order to use the functionality |
196 | of the device. | 196 | of the device. |
197 | 197 | ||
198 | config MFD_DA9150 | ||
199 | tristate "Dialog Semiconductor DA9150 Charger Fuel-Gauge chip" | ||
200 | depends on I2C=y | ||
201 | select MFD_CORE | ||
202 | select REGMAP_I2C | ||
203 | select REGMAP_IRQ | ||
204 | help | ||
205 | This adds support for the DA9150 integrated charger and fuel-gauge | ||
206 | chip. This driver provides common support for accessing the device. | ||
207 | Additional drivers must be enabled in order to use the specific | ||
208 | features of the device. | ||
209 | |||
198 | config MFD_DLN2 | 210 | config MFD_DLN2 |
199 | tristate "Diolan DLN2 support" | 211 | tristate "Diolan DLN2 support" |
200 | select MFD_CORE | 212 | select MFD_CORE |