Date:2010-06-18 15:00:41 (12 years 11 months ago)
Author:Xiangfu Liu
Commit:14b94f061d9455c770f307e7d25cb4e401318271
Message:106-gpio-charger.patch

Files: drivers/power/Kconfig (1 diff)
drivers/power/Makefile (1 diff)

Change Details

drivers/power/Kconfig
121121      This driver can be build as a module. If so, the module will be
122122      called jz4740-battery.
123123
124config CHARGER_GPIO
125    tristate "GPIO charger"
126    depends on GPIOLIB
127    help
128      Say Y to include support for chargers indicating their status through
129      a GPIO pin.
130
124131endif # POWER_SUPPLY
drivers/power/Makefile
3030obj-$(CONFIG_BATTERY_MAX17040) += max17040_battery.o
3131obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
3232obj-$(CONFIG_BATTERY_JZ4740) += jz4740-battery.o
33obj-$(CONFIG_CHARGER_GPIO) += gpio-charger.o

Archive Download the corresponding diff file



interactive