diff options
author | Yulia Vilensky <vilensky@compulab.co.il> | 2010-04-26 14:05:25 +0300 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-04-26 22:03:42 +0400 |
commit | 9b9ade6b612e562c4a5bd02ef38cc32e10f3f9ba (patch) | |
tree | 97b8e0130934a6bb08b1f4c083ed15a7db62abf1 /drivers/power/Kconfig | |
parent | 8ef1bb539203629f77a61976e4f25415e1083bff (diff) | |
download | linux-3.10-9b9ade6b612e562c4a5bd02ef38cc32e10f3f9ba.tar.gz linux-3.10-9b9ade6b612e562c4a5bd02ef38cc32e10f3f9ba.tar.bz2 linux-3.10-9b9ade6b612e562c4a5bd02ef38cc32e10f3f9ba.zip |
ds2782_battery: Add support for ds2786 battery gas gauge
Signed-off-by: Yulia Vilensky <vilensky@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 22f2fa91212..c59bcb7c6eb 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -65,10 +65,10 @@ config BATTERY_DS2760 Say Y here to enable support for batteries with ds2760 chip. config BATTERY_DS2782 - tristate "DS2782 standalone gas-gauge" + tristate "DS2782/DS2786 standalone gas-gauge" depends on I2C help - Say Y here to enable support for the DS2782 standalone battery + Say Y here to enable support for the DS2782/DS2786 standalone battery gas-gauge. config BATTERY_PMU |