diff options
author | Anton Vorontsov <cbou@mail.ru> | 2007-05-03 16:43:24 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 06:26:08 -0400 |
commit | 3788ec932bfd4942831e9a5034191509a2e11924 (patch) | |
tree | 16999de498555c840864f4a18065615f13dcbcb9 /drivers/power/Kconfig | |
parent | b2998049cfae4f4a81c4bb048814d34912017bb9 (diff) |
[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 cc70644db947..791fa0cc45fe 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -21,4 +21,11 @@ config PDA_POWER | |||
21 | one or two external power supplies (AC/USB) connected to main and | 21 | one or two external power supplies (AC/USB) connected to main and |
22 | backup batteries, and optional builtin charger. | 22 | backup batteries, and optional builtin charger. |
23 | 23 | ||
24 | config APM_POWER | ||
25 | tristate "APM emulation for class batteries" | ||
26 | depends on APM_EMULATION | ||
27 | help | ||
28 | Say Y here to enable support APM status emulation using | ||
29 | battery class devices. | ||
30 | |||
24 | endif # POWER_SUPPLY | 31 | endif # POWER_SUPPLY |