diff options
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 |