diff options
author | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 2015-10-07 14:54:16 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-10-13 11:28:07 +0100 |
commit | a419b4fd9138c6cd5049d14813e7d94e596e4540 (patch) | |
tree | e4ec87d7b52f5545cff1086664a4466549ab6370 /drivers/power/Kconfig | |
parent | daaab943260fbfce27b0e86d44a2826cea60a4fd (diff) | |
download | linux-a419b4fd9138c6cd5049d14813e7d94e596e4540.tar.gz linux-a419b4fd9138c6cd5049d14813e7d94e596e4540.tar.bz2 linux-a419b4fd9138c6cd5049d14813e7d94e596e4540.zip |
power: Add support for DA9150 Fuel-Gauge
This adds power supply driver support for the Fuel-Gauge part of
the DA9150 combined Charger and Fuel-Gauge device.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Acked-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index f8758d6febf8..8d53f58f20dd 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -204,6 +204,16 @@ config CHARGER_DA9150 This driver can also be built as a module. If so, the module will be called da9150-charger. +config BATTERY_DA9150 + tristate "Dialog Semiconductor DA9150 Fuel Gauge support" + depends on MFD_DA9150 + help + Say Y here to enable support for the Fuel-Gauge unit of the DA9150 + Integrated Charger & Fuel-Gauge IC + + This driver can also be built as a module. If so, the module will be + called da9150-fg. + config AXP288_CHARGER tristate "X-Powers AXP288 Charger" depends on MFD_AXP20X && EXTCON_AXP288 |