diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-07-31 03:45:53 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-07-31 03:45:53 +0400 |
commit | fbdbf8389976b9f40d36f21985be28a0f438f779 (patch) | |
tree | 3422ed473f0185936fa2c11261490f199fb6586e /drivers/power/Kconfig | |
parent | 79af3133174da620171eea82bb505a5a5cb7c6f4 (diff) | |
parent | bfdb46ce8494eae30dbaae65c81e684e6db6228b (diff) | |
download | linux-fbdbf8389976b9f40d36f21985be28a0f438f779.tar.xz |
Merge git://git.infradead.org/users/cbou/battery-2.6.31
* git://git.infradead.org/users/cbou/battery-2.6.31:
Add ds2782 battery gas gauge driver
olpc_battery: Ensure that the TRICKLE bit is checked
olpc_battery: Fix up eeprom read function
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 7eda34838bfe..bdbc4f73fcdc 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -43,6 +43,13 @@ config BATTERY_DS2760 help Say Y here to enable support for batteries with ds2760 chip. +config BATTERY_DS2782 + tristate "DS2782 standalone gas-gauge" + depends on I2C + help + Say Y here to enable support for the DS2782 standalone battery + gas-gauge. + config BATTERY_PMU tristate "Apple PMU battery" depends on PPC32 && ADB_PMU |