diff options
author | Anton Vorontsov <cbou@mail.ru> | 2007-05-04 00:43:24 +0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 11:26:08 +0100 |
commit | 3788ec932bfd4942831e9a5034191509a2e11924 (patch) | |
tree | 16999de498555c840864f4a18065615f13dcbcb9 /drivers/power/Kconfig | |
parent | b2998049cfae4f4a81c4bb048814d34912017bb9 (diff) | |
download | op-kernel-dev-3788ec932bfd4942831e9a5034191509a2e11924.zip op-kernel-dev-3788ec932bfd4942831e9a5034191509a2e11924.tar.gz |
[BATTERY] APM emulation driver for class batteries
Signed-off-by: Eugeny Boger <eugenyboger@dgap.mipt.ru>
Signed-off-by: Anton Vorontsov <cbou@mail.ru>
Signed-off-by: David Woodhouse <dwmw2@infradead.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 cc70644..791fa0c 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -21,4 +21,11 @@ config PDA_POWER one or two external power supplies (AC/USB) connected to main and backup batteries, and optional builtin charger. +config APM_POWER + tristate "APM emulation for class batteries" + depends on APM_EMULATION + help + Say Y here to enable support APM status emulation using + battery class devices. + endif # POWER_SUPPLY |