[s3c24xx] bump to 2.6.30-rc6
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / patches-2.6.30 / 054-bq27000.patch
1 Index: linux-2.6.30-rc6/drivers/power/Kconfig
2 ===================================================================
3 --- linux-2.6.30-rc6.orig/drivers/power/Kconfig 2009-05-16 06:12:57.000000000 +0200
4 +++ linux-2.6.30-rc6/drivers/power/Kconfig 2009-05-18 19:08:32.000000000 +0200
5 @@ -88,4 +88,16 @@
6 help
7 Say Y to include support for NXP PCF50633 Main Battery Charger.
8
9 +config BATTERY_BQ27000_HDQ
10 + tristate "BQ27000 HDQ battery monitor driver"
11 + help
12 + Say Y to enable support for the battery on the Neo Freerunner
13 +
14 +config HDQ_GPIO_BITBANG
15 + bool "Generic gpio based HDQ bitbang"
16 + help
17 + Say Y to enable supoort for generic gpio based HDQ bitbang driver.
18 + This can not be built as a module.
19 +
20 endif # POWER_SUPPLY
21 +
22 Index: linux-2.6.30-rc6/drivers/power/Makefile
23 ===================================================================
24 --- linux-2.6.30-rc6.orig/drivers/power/Makefile 2009-05-16 06:12:57.000000000 +0200
25 +++ linux-2.6.30-rc6/drivers/power/Makefile 2009-05-18 19:08:32.000000000 +0200
26 @@ -25,4 +25,7 @@
27 obj-$(CONFIG_BATTERY_WM97XX) += wm97xx_battery.o
28 obj-$(CONFIG_BATTERY_BQ27x00) += bq27x00_battery.o
29 obj-$(CONFIG_BATTERY_DA9030) += da9030_battery.o
30 -obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
31 \ No newline at end of file
32 +obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
33 +obj-$(CONFIG_BATTERY_BQ27000_HDQ) += bq27000_battery.o
34 +
35 +obj-$(CONFIG_HDQ_GPIO_BITBANG) += hdq.o