aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorRenata Sayakhova <rsayakhova@gmail.com>2012-02-29 14:58:53 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-08 11:15:33 -0800
commitfef37e9a47b9927ce2817fe1a0fa8cf40f6eefb6 (patch)
tree4cba1a0e4cf7b1e1f342bc86d8305c7ab037a4eb /drivers/power/Kconfig
parentw1_bq27000: Only one thread can access the bq27000 at a time. (diff)
downloadlinux-dev-fef37e9a47b9927ce2817fe1a0fa8cf40f6eefb6.tar.xz
linux-dev-fef37e9a47b9927ce2817fe1a0fa8cf40f6eefb6.zip
DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave drivers
Signed-off-by: Renata Sayakhova <rsayakhova@gmail.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 3a8daf858742..459f66437fe9 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -76,6 +76,20 @@ config BATTERY_DS2780
help
Say Y here to enable support for batteries with ds2780 chip.
+config BATTERY_DS2781
+ tristate "2781 battery driver"
+ depends on HAS_IOMEM
+ select W1
+ select W1_SLAVE_DS2781
+ help
+ If you enable this you will have the DS2781 battery driver support.
+
+ The battery monitor chip is used in many batteries/devices
+ as the one who is responsible for charging/discharging/monitoring
+ Li+ batteries.
+
+ If you are unsure, say N.
+
config BATTERY_DS2782
tristate "DS2782/DS2786 standalone gas-gauge"
depends on I2C