Skip to content

Commit

Permalink
power_supply: Sharp SL-6000 (tosa) batteries support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Baryshkov authored and Anton Vorontsov committed Jun 30, 2008
1 parent 75d8807 commit fece418
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,11 @@ config BATTERY_OLPC
help
Say Y to enable support for the battery on the OLPC laptop.

config BATTERY_TOSA
tristate "Sharp SL-6000 (tosa) battery"
depends on MACH_TOSA && MFD_TC6393XB
help
Say Y to enable support for the battery on the Sharp Zaurus
SL-6000 (tosa) models.

endif # POWER_SUPPLY
1 change: 1 addition & 0 deletions drivers/power/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ obj-$(CONFIG_APM_POWER) += apm_power.o
obj-$(CONFIG_BATTERY_DS2760) += ds2760_battery.o
obj-$(CONFIG_BATTERY_PMU) += pmu_battery.o
obj-$(CONFIG_BATTERY_OLPC) += olpc_battery.o
obj-$(CONFIG_BATTERY_TOSA) += tosa_battery.o
Loading

0 comments on commit fece418

Please sign in to comment.