diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-27 13:12:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-27 13:12:35 -0400 |
commit | ea0ca3a843babd50c22dfbb5cf2d9a14df821b2b (patch) | |
tree | 0d27fc6d7b9a0a2cdfe29833eb84ee07beac91ab /drivers/power/Kconfig | |
parent | 74e6392ca3fd445a775dd42b54d5e42cf1e706e6 (diff) | |
parent | 906649de0eacde7a643b5a0750de6207441ad54f (diff) |
Merge git://git.infradead.org/battery-2.6
* git://git.infradead.org/battery-2.6:
PXA: Use dev_pm_ops in z2_battery
ds2760_battery: Fix rated capacity of the hx4700 1800mAh battery
ds2760_battery: Fix indexing of the 4 active full EEPROM registers
power: Make test_power driver more dynamic.
bq27x00_battery: Name of cycle count property
max8903_charger: Add GENERIC_HARDIRQS as a dependency (fixes S390 build)
ARM: RX-51: Enable isp1704 power on/off
isp1704_charger: Allow board specific powering routine
gpio-charger: Add gpio_charger_resume
power_supply: Add driver for MAX8903 charger
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index dc8c531ed276..e57b50b38565 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -210,6 +210,15 @@ config CHARGER_ISP1704 | |||
210 | Say Y to enable support for USB Charger Detection with | 210 | Say Y to enable support for USB Charger Detection with |
211 | ISP1707/ISP1704 USB transceivers. | 211 | ISP1707/ISP1704 USB transceivers. |
212 | 212 | ||
213 | config CHARGER_MAX8903 | ||
214 | tristate "MAX8903 Battery DC-DC Charger for USB and Adapter Power" | ||
215 | depends on GENERIC_HARDIRQS | ||
216 | help | ||
217 | Say Y to enable support for the MAX8903 DC-DC charger and sysfs. | ||
218 | The driver supports controlling charger-enable and current-limit | ||
219 | pins based on the status of charger connections with interrupt | ||
220 | handlers. | ||
221 | |||
213 | config CHARGER_TWL4030 | 222 | config CHARGER_TWL4030 |
214 | tristate "OMAP TWL4030 BCI charger driver" | 223 | tristate "OMAP TWL4030 BCI charger driver" |
215 | depends on TWL4030_CORE | 224 | depends on TWL4030_CORE |