aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-07 04:29:24 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-07 04:29:24 -0400
commite665faa424a4a782aa986274920c1fc5b76f5560 (patch)
tree2cf64abadecbbeadcffc02cb7671cb593fc45488 /drivers/power/Kconfig
parentca4da6948bc6a7010ecf916dad528c177dcb9a81 (diff)
parent18766f0936d444fd7ff2e0064bd6e69a89d5c6fc (diff)
Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6
Pull battery updates from Anton Vorontsov: "1. New drivers: - Marvell 88pm860x charger and battery drivers; - Texas Instruments LP8788 charger driver; 2. Two new power supply properties: whether a battery is authentic, and chargers' maximal currents and voltages; 3. A lot of TI LP8727 Charger cleanups; 4. New features for Charger Manager, mainly now we can disable specific regulators; 5. Random fixes and cleanups for other drivers." Fix up trivial conflicts in <linux/mfd/88pm860x.h> * tag 'for-v3.7' of git://git.infradead.org/battery-2.6: (52 commits) pda_power: Remove ac_draw_failed goto and label charger-manager: Add support sysfs entry for charger charger-manager: Support limit of maximum possible charger-manager: Check fully charged state of battery periodically lp8727_charger: More pure cosmetic improvements lp8727_charger: Fix checkpatch warning lp8727_charger: Add description in the private data lp8727_charger: Fix a typo - chg_parm to chg_param lp8727_charger: Make some cosmetic changes in lp8727_delayed_func() lp8727_charger: Clean up lp8727_charger_changed() lp8727_charger: Return if the battery is discharging lp8727_charger: Make lp8727_charger_get_propery() simpler lp8727_charger: Make lp8727_ctrl_switch() inline lp8727_charger: Make lp8727_init_device() shorter lp8727_charger: Clean up lp8727_is_charger_attached() lp8727_charger: Use specific definition lp8727_charger: Clean up lp8727 definitions lp8727_charger: Use the definition rather than enum lp8727_charger: Fix code for getting battery temp lp8727_charger: Clear interrrupts at inital time ...
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig20
1 files changed, 19 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 80978196aae8..49a893972318 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -69,6 +69,12 @@ config TEST_POWER
69 help 69 help
70 This driver is used for testing. It's safe to say M here. 70 This driver is used for testing. It's safe to say M here.
71 71
72config BATTERY_88PM860X
73 tristate "Marvell 88PM860x battery driver"
74 depends on MFD_88PM860X
75 help
76 Say Y here to enable battery monitor for Marvell 88PM860x chip.
77
72config BATTERY_DS2760 78config BATTERY_DS2760
73 tristate "DS2760 battery driver (HP iPAQ & others)" 79 tristate "DS2760 battery driver (HP iPAQ & others)"
74 depends on W1 && W1_SLAVE_DS2760 80 depends on W1 && W1_SLAVE_DS2760
@@ -174,7 +180,6 @@ config BATTERY_DA9030
174config BATTERY_DA9052 180config BATTERY_DA9052
175 tristate "Dialog DA9052 Battery" 181 tristate "Dialog DA9052 Battery"
176 depends on PMIC_DA9052 182 depends on PMIC_DA9052
177 depends on BROKEN
178 help 183 help
179 Say Y here to enable support for batteries charger integrated into 184 Say Y here to enable support for batteries charger integrated into
180 DA9052 PMIC. 185 DA9052 PMIC.
@@ -210,6 +215,12 @@ config BATTERY_S3C_ADC
210 help 215 help
211 Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery 216 Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery
212 217
218config CHARGER_88PM860X
219 tristate "Marvell 88PM860x Charger driver"
220 depends on MFD_88PM860X && BATTERY_88PM860X
221 help
222 Say Y here to enable charger for Marvell 88PM860x chip.
223
213config CHARGER_PCF50633 224config CHARGER_PCF50633
214 tristate "NXP PCF50633 MBC" 225 tristate "NXP PCF50633 MBC"
215 depends on MFD_PCF50633 226 depends on MFD_PCF50633
@@ -262,6 +273,13 @@ config CHARGER_LP8727
262 help 273 help
263 Say Y here to enable support for LP8727 Charger Driver. 274 Say Y here to enable support for LP8727 Charger Driver.
264 275
276config CHARGER_LP8788
277 tristate "TI LP8788 charger driver"
278 depends on MFD_LP8788
279 depends on LP8788_ADC
280 help
281 Say Y to enable support for the LP8788 linear charger.
282
265config CHARGER_GPIO 283config CHARGER_GPIO
266 tristate "GPIO charger" 284 tristate "GPIO charger"
267 depends on GPIOLIB 285 depends on GPIOLIB