diff options
author | Marek VaĊĦut <marek.vasut@gmail.com> | 2008-07-07 16:31:58 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-10 11:15:32 (GMT) |
commit | d4b19c42ca558273ab99a1093621f267d9d073fc (patch) | |
tree | db35f3770fea579ba25891962c75903e3cfb12bb /drivers/power/Kconfig | |
parent | 359784084f3da86e2c7621fd9266e04b50287834 (diff) | |
download | linux-d4b19c42ca558273ab99a1093621f267d9d073fc.tar.xz |
[ARM] 5155/1: PalmTX battery monitor
This patch adds battery monitoring driver for PalmTX.
It can read voltage from the battery and temperature.
It also monitors charging/discharging status.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 58c806e..4d17d38 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -49,4 +49,10 @@ config BATTERY_OLPC help Say Y to enable support for the battery on the OLPC laptop. +config BATTERY_PALMTX + tristate "Palm T|X battery" + depends on MACH_PALMTX + help + Say Y to enable support for the battery in Palm T|X. + endif # POWER_SUPPLY |