Date:2010-01-11 04:29:41 (13 years 4 months ago)
Author:Lars C.
Commit:1d79310f99325cfdb6563d26c0cad40434d0ee23
Message:From 045c37b75e13fe84f582627f7e2f68b7fa194909 Mon Sep 17 00:00:00 2001 Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/100-battery. patch

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

Change Details

drivers/power/Kconfig
110110    help
111111     Say Y to include support for NXP PCF50633 Main Battery Charger.
112112
113config BATTERY_JZ4740
114    tristate "Ingenic JZ4720/JZ4740 battery"
115    depends on SOC_JZ4740
116    depends on JZ4740_ADC
117    help
118      Say Y to enable support for the battery on Ingenic JZ4720/JZ4740 based
119      boards.
120
121      This driver can be build as a module. If so, the module will be
122      called jz4740-battery.
123
113124endif # POWER_SUPPLY
drivers/power/Makefile
2929obj-$(CONFIG_BATTERY_DA9030) += da9030_battery.o
3030obj-$(CONFIG_BATTERY_MAX17040) += max17040_battery.o
3131obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
32obj-$(CONFIG_BATTERY_JZ4740) += jz4740-battery.o

Archive Download the corresponding diff file



interactive