diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-13 04:48:01 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-13 04:48:01 +0200 |
commit | e290861f99131fc42d98012a9ea2dc185f08f8f9 (patch) | |
tree | 5c8b92d095d74d03b281711c81bac54bd59989cd /drivers/power/Kconfig | |
parent | sh: clean up Migo-R header file (diff) | |
parent | sh: fix i2c init order on ap325rxa V2 (diff) | |
download | linux-e290861f99131fc42d98012a9ea2dc185f08f8f9.tar.xz linux-e290861f99131fc42d98012a9ea2dc185f08f8f9.zip |
Merge branch 'sh/stable-updates'
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 |