diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rwxr-xr-x | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index a24653787d1d..559d48ba9db8 100755 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -149,6 +149,13 @@ config BATTERY_DA9030 Say Y here to enable support for batteries charger integrated into DA9030 PMIC. +config BATTERY_MAX17085 + tristate "Maxim MAX17085 charger" + depends on PMIC_DA9052 && SENSORS_DA9052 + help + Say Y to include support for the battery on the MAX17085. This + is dependent on DA9052 sensor. + config BATTERY_MAX17040 tristate "Maxim MAX17040 Fuel Gauge" depends on I2C |