Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252071
b: refs/heads/master
c: 275ac74
h: refs/heads/master
i:
  252069: 191d586
  252067: 9105a2b
  252063: 963ef04
v: v3
  • Loading branch information
Clifton Barnes authored and Linus Torvalds committed May 27, 2011
1 parent fec155a commit 2cc1292
Show file tree
Hide file tree
Showing 9 changed files with 1,223 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 963bb101010169b9bb32b5c21af785e2f9abdaf3
refs/heads/master: 275ac74629c4d8ec430d7edecb16d936f46a47c5
7 changes: 7 additions & 0 deletions trunk/drivers/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ config BATTERY_DS2760
help
Say Y here to enable support for batteries with ds2760 chip.

config BATTERY_DS2780
tristate "DS2780 battery driver"
select W1
select W1_SLAVE_DS2780
help
Say Y here to enable support for batteries with ds2780 chip.

config BATTERY_DS2782
tristate "DS2782/DS2786 standalone gas-gauge"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/power/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ obj-$(CONFIG_WM8350_POWER) += wm8350_power.o
obj-$(CONFIG_TEST_POWER) += test_power.o

obj-$(CONFIG_BATTERY_DS2760) += ds2760_battery.o
obj-$(CONFIG_BATTERY_DS2780) += ds2780_battery.o
obj-$(CONFIG_BATTERY_DS2782) += ds2782_battery.o
obj-$(CONFIG_BATTERY_PMU) += pmu_battery.o
obj-$(CONFIG_BATTERY_OLPC) += olpc_battery.o
Expand Down
Loading

0 comments on commit 2cc1292

Please sign in to comment.