Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325504
b: refs/heads/master
c: e60fea7
h: refs/heads/master
v: v3
  • Loading branch information
anish kumar authored and Jonathan Cameron committed Sep 22, 2012
1 parent 7aa9e09 commit 804824f
Show file tree
Hide file tree
Showing 5 changed files with 460 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: f2f13a68c37c13a7147b279b77b8fb2a36846059
refs/heads/master: e60fea794e6ecb9ea4df2623c9498412afe31d4d
7 changes: 7 additions & 0 deletions trunk/drivers/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ config APM_POWER
Say Y here to enable support APM status emulation using
battery class devices.

config GENERIC_ADC_BATTERY
tristate "Generic battery support using IIO"
depends on IIO
help
Say Y here to enable support for the generic battery driver
which uses IIO framework to read adc.

config MAX8925_POWER
tristate "MAX8925 battery charger support"
depends on MFD_MAX8925
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/power/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ power_supply-$(CONFIG_SYSFS) += power_supply_sysfs.o
power_supply-$(CONFIG_LEDS_TRIGGERS) += power_supply_leds.o

obj-$(CONFIG_POWER_SUPPLY) += power_supply.o
obj-$(CONFIG_GENERIC_ADC_BATTERY) += generic-adc-battery.o

obj-$(CONFIG_PDA_POWER) += pda_power.o
obj-$(CONFIG_APM_POWER) += apm_power.o
Expand Down
Loading

0 comments on commit 804824f

Please sign in to comment.