diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-05-03 16:51:18 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 06:28:22 -0400 |
commit | fb972873a767220333ffb509de8d9131336e212c (patch) | |
tree | bb3212e2f531be875f8c8e82bb6236ed2d975760 /drivers/power/Kconfig | |
parent | efea58e397dec84e37209c98619d39a46872db4d (diff) |
[BATTERY] One Laptop Per Child power/battery 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 051724f62fa3..ab9c3e5a7c1d 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -42,4 +42,10 @@ config BATTERY_PMU | |||
42 | Say Y here to expose battery information on Apple machines | 42 | Say Y here to expose battery information on Apple machines |
43 | through the generic battery class. | 43 | through the generic battery class. |
44 | 44 | ||
45 | config BATTERY_OLPC | ||
46 | tristate "One Laptop Per Child battery" | ||
47 | depends on X86_32 && OLPC | ||
48 | help | ||
49 | Say Y to enable support for the battery on the OLPC laptop. | ||
50 | |||
45 | endif # POWER_SUPPLY | 51 | endif # POWER_SUPPLY |