diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2014-07-24 16:00:32 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-07-24 16:20:17 +0200 |
commit | 00a588f9d27fc64f0c64dcd4abc8e35ed331afb8 (patch) | |
tree | 519e6af10572f7de6ad1e92c06ad132be8772054 /drivers/power/Kconfig | |
parent | 61a7784efd3c89ffb6242f29bcee170dd7f55e6b (diff) | |
download | linux-00a588f9d27fc64f0c64dcd4abc8e35ed331afb8.tar.bz2 |
power: add driver for battery reading on iPaq h3xxx
This adds a driver for reading the battery status of the
battery connected to the Atmel microcontroller on the
iPAQ h3xxx series.
Based on a driver from handhelds.org 2.6.21 kernel, written
by Alessandro GARDICH.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
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 ba6975123071..73cfcdf28a36 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -137,6 +137,13 @@ config BATTERY_COLLIE Say Y to enable support for the battery on the Sharp Zaurus SL-5500 (collie) models. +config BATTERY_IPAQ_MICRO + tristate "iPAQ Atmel Micro ASIC battery driver" + depends on MFD_IPAQ_MICRO + help + Choose this option if you want to monitor battery status on + Compaq/HP iPAQ h3100 and h3600. + config BATTERY_WM97XX bool "WM97xx generic battery driver" depends on TOUCHSCREEN_WM97XX=y |