diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 14 |
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 | |||
76 | help | 76 | help |
77 | Say Y here to enable support for batteries with ds2780 chip. | 77 | Say Y here to enable support for batteries with ds2780 chip. |
78 | 78 | ||
79 | config BATTERY_DS2781 | ||
80 | tristate "2781 battery driver" | ||
81 | depends on HAS_IOMEM | ||
82 | select W1 | ||
83 | select W1_SLAVE_DS2781 | ||
84 | help | ||
85 | If you enable this you will have the DS2781 battery driver support. | ||
86 | |||
87 | The battery monitor chip is used in many batteries/devices | ||
88 | as the one who is responsible for charging/discharging/monitoring | ||
89 | Li+ batteries. | ||
90 | |||
91 | If you are unsure, say N. | ||
92 | |||
79 | config BATTERY_DS2782 | 93 | config BATTERY_DS2782 |
80 | tristate "DS2782/DS2786 standalone gas-gauge" | 94 | tristate "DS2782/DS2786 standalone gas-gauge" |
81 | depends on I2C | 95 | depends on I2C |