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