diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 459f66437fe9..99dc29f2f2f2 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -249,7 +249,7 @@ config CHARGER_TWL4030 | |||
249 | Say Y here to enable support for TWL4030 Battery Charge Interface. | 249 | Say Y here to enable support for TWL4030 Battery Charge Interface. |
250 | 250 | ||
251 | config CHARGER_LP8727 | 251 | config CHARGER_LP8727 |
252 | tristate "National Semiconductor LP8727 charger driver" | 252 | tristate "TI/National Semiconductor LP8727 charger driver" |
253 | depends on I2C | 253 | depends on I2C |
254 | help | 254 | help |
255 | Say Y here to enable support for LP8727 Charger Driver. | 255 | Say Y here to enable support for LP8727 Charger Driver. |
@@ -288,4 +288,23 @@ config CHARGER_MAX8998 | |||
288 | Say Y to enable support for the battery charger control sysfs and | 288 | Say Y to enable support for the battery charger control sysfs and |
289 | platform data of MAX8998/LP3974 PMICs. | 289 | platform data of MAX8998/LP3974 PMICs. |
290 | 290 | ||
291 | config CHARGER_SMB347 | ||
292 | tristate "Summit Microelectronics SMB347 Battery Charger" | ||
293 | depends on I2C | ||
294 | help | ||
295 | Say Y to include support for Summit Microelectronics SMB347 | ||
296 | Battery Charger. | ||
297 | |||
298 | config AB8500_BM | ||
299 | bool "AB8500 Battery Management Driver" | ||
300 | depends on AB8500_CORE && AB8500_GPADC | ||
301 | help | ||
302 | Say Y to include support for AB5500 battery management. | ||
303 | |||
304 | config AB8500_BATTERY_THERM_ON_BATCTRL | ||
305 | bool "Thermistor connected on BATCTRL ADC" | ||
306 | depends on AB8500_BM | ||
307 | help | ||
308 | Say Y to enable battery temperature measurements using | ||
309 | thermistor connected on BATCTRL ADC. | ||
291 | endif # POWER_SUPPLY | 310 | endif # POWER_SUPPLY |