diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-06-24 10:51:07 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2008-06-30 18:43:12 -0400 |
commit | fece418418f51e92dd7e67e17c5e3fe5a28d3279 (patch) | |
tree | 721b8e18639ede26dc6aa005e118978ff3a22fcf /drivers/power/Kconfig | |
parent | 75d8807962fc7529b4946e9ec92cae197be5a967 (diff) |
power_supply: Sharp SL-6000 (tosa) batteries support
This patch adds common battery interface support for Sharp SL-6000 (tosa).
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
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 58c806e9c58a..e3a9c37d08f6 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -49,4 +49,11 @@ config BATTERY_OLPC | |||
49 | help | 49 | help |
50 | Say Y to enable support for the battery on the OLPC laptop. | 50 | Say Y to enable support for the battery on the OLPC laptop. |
51 | 51 | ||
52 | config BATTERY_TOSA | ||
53 | tristate "Sharp SL-6000 (tosa) battery" | ||
54 | depends on MACH_TOSA && MFD_TC6393XB | ||
55 | help | ||
56 | Say Y to enable support for the battery on the Sharp Zaurus | ||
57 | SL-6000 (tosa) models. | ||
58 | |||
52 | endif # POWER_SUPPLY | 59 | endif # POWER_SUPPLY |