diff options
author | Yulia Vilensky <vilensky@compulab.co.il> | 2010-04-26 07:05:25 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-04-26 14:03:42 -0400 |
commit | 9b9ade6b612e562c4a5bd02ef38cc32e10f3f9ba (patch) | |
tree | 97b8e0130934a6bb08b1f4c083ed15a7db62abf1 /drivers/power/Kconfig | |
parent | 8ef1bb539203629f77a61976e4f25415e1083bff (diff) |
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 22f2fa912127..c59bcb7c6eb0 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -65,10 +65,10 @@ config BATTERY_DS2760 | |||
65 | Say Y here to enable support for batteries with ds2760 chip. | 65 | Say Y here to enable support for batteries with ds2760 chip. |
66 | 66 | ||
67 | config BATTERY_DS2782 | 67 | config BATTERY_DS2782 |
68 | tristate "DS2782 standalone gas-gauge" | 68 | tristate "DS2782/DS2786 standalone gas-gauge" |
69 | depends on I2C | 69 | depends on I2C |
70 | help | 70 | help |
71 | Say Y here to enable support for the DS2782 standalone battery | 71 | Say Y here to enable support for the DS2782/DS2786 standalone battery |
72 | gas-gauge. | 72 | gas-gauge. |
73 | 73 | ||
74 | config BATTERY_PMU | 74 | config BATTERY_PMU |