diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 9f88641e67f9..3a8daf858742 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -116,12 +116,12 @@ config BATTERY_WM97XX | |||
116 | help | 116 | help |
117 | Say Y to enable support for battery measured by WM97xx aux port. | 117 | Say Y to enable support for battery measured by WM97xx aux port. |
118 | 118 | ||
119 | config BATTERY_BQ20Z75 | 119 | config BATTERY_SBS |
120 | tristate "TI BQ20z75 gas gauge" | 120 | tristate "SBS Compliant gas gauge" |
121 | depends on I2C | 121 | depends on I2C |
122 | help | 122 | help |
123 | Say Y to include support for TI BQ20z75 SBS-compliant | 123 | Say Y to include support for SBS battery driver for SBS-compliant |
124 | gas gauge and protection IC. | 124 | gas gauges. |
125 | 125 | ||
126 | config BATTERY_BQ27x00 | 126 | config BATTERY_BQ27x00 |
127 | tristate "BQ27x00 battery driver" | 127 | tristate "BQ27x00 battery driver" |
@@ -150,6 +150,14 @@ config BATTERY_DA9030 | |||
150 | Say Y here to enable support for batteries charger integrated into | 150 | Say Y here to enable support for batteries charger integrated into |
151 | DA9030 PMIC. | 151 | DA9030 PMIC. |
152 | 152 | ||
153 | config BATTERY_DA9052 | ||
154 | tristate "Dialog DA9052 Battery" | ||
155 | depends on PMIC_DA9052 | ||
156 | depends on BROKEN | ||
157 | help | ||
158 | Say Y here to enable support for batteries charger integrated into | ||
159 | DA9052 PMIC. | ||
160 | |||
153 | config BATTERY_MAX17040 | 161 | config BATTERY_MAX17040 |
154 | tristate "Maxim MAX17040 Fuel Gauge" | 162 | tristate "Maxim MAX17040 Fuel Gauge" |
155 | depends on I2C | 163 | depends on I2C |
@@ -226,6 +234,12 @@ config CHARGER_TWL4030 | |||
226 | help | 234 | help |
227 | Say Y here to enable support for TWL4030 Battery Charge Interface. | 235 | Say Y here to enable support for TWL4030 Battery Charge Interface. |
228 | 236 | ||
237 | config CHARGER_LP8727 | ||
238 | tristate "National Semiconductor LP8727 charger driver" | ||
239 | depends on I2C | ||
240 | help | ||
241 | Say Y here to enable support for LP8727 Charger Driver. | ||
242 | |||
229 | config CHARGER_GPIO | 243 | config CHARGER_GPIO |
230 | tristate "GPIO charger" | 244 | tristate "GPIO charger" |
231 | depends on GPIOLIB | 245 | depends on GPIOLIB |
@@ -236,6 +250,16 @@ config CHARGER_GPIO | |||
236 | This driver can be build as a module. If so, the module will be | 250 | This driver can be build as a module. If so, the module will be |
237 | called gpio-charger. | 251 | called gpio-charger. |
238 | 252 | ||
253 | config CHARGER_MANAGER | ||
254 | bool "Battery charger manager for multiple chargers" | ||
255 | depends on REGULATOR && RTC_CLASS | ||
256 | help | ||
257 | Say Y to enable charger-manager support, which allows multiple | ||
258 | chargers attached to a battery and multiple batteries attached to a | ||
259 | system. The charger-manager also can monitor charging status in | ||
260 | runtime and in suspend-to-RAM by waking up the system periodically | ||
261 | with help of suspend_again support. | ||
262 | |||
239 | config CHARGER_MAX8997 | 263 | config CHARGER_MAX8997 |
240 | tristate "Maxim MAX8997/MAX8966 PMIC battery charger driver" | 264 | tristate "Maxim MAX8997/MAX8966 PMIC battery charger driver" |
241 | depends on MFD_MAX8997 && REGULATOR_MAX8997 | 265 | depends on MFD_MAX8997 && REGULATOR_MAX8997 |