diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 52a462fc6b84..dc8c531ed276 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -68,6 +68,13 @@ config BATTERY_DS2760 | |||
68 | help | 68 | help |
69 | Say Y here to enable support for batteries with ds2760 chip. | 69 | Say Y here to enable support for batteries with ds2760 chip. |
70 | 70 | ||
71 | config BATTERY_DS2780 | ||
72 | tristate "DS2780 battery driver" | ||
73 | select W1 | ||
74 | select W1_SLAVE_DS2780 | ||
75 | help | ||
76 | Say Y here to enable support for batteries with ds2780 chip. | ||
77 | |||
71 | config BATTERY_DS2782 | 78 | config BATTERY_DS2782 |
72 | tristate "DS2782/DS2786 standalone gas-gauge" | 79 | tristate "DS2782/DS2786 standalone gas-gauge" |
73 | depends on I2C | 80 | depends on I2C |