diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-05-03 16:47:40 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 06:28:12 -0400 |
commit | efea58e397dec84e37209c98619d39a46872db4d (patch) | |
tree | 45159f261783eab6a0df2d2e2999f46cb41eb6d6 /drivers/power/Kconfig | |
parent | fe0e3153acfef4864b69932cf116eb5f38f7500c (diff) |
[BATTERY] Apple PMU driver
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Anton Vorontsov <cbou@mail.ru>
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 921456243e4b..051724f62fa3 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -35,4 +35,11 @@ config BATTERY_DS2760 | |||
35 | help | 35 | help |
36 | Say Y here to enable support for batteries with ds2760 chip. | 36 | Say Y here to enable support for batteries with ds2760 chip. |
37 | 37 | ||
38 | config BATTERY_PMU | ||
39 | tristate "Apple PMU battery" | ||
40 | depends on ADB_PMU | ||
41 | help | ||
42 | Say Y here to expose battery information on Apple machines | ||
43 | through the generic battery class. | ||
44 | |||
38 | endif # POWER_SUPPLY | 45 | endif # POWER_SUPPLY |