[x86] add rootwait option to the kernel command line (#6209)
[openwrt.git] / target / linux / s3c24xx / patches-2.6.31 / 054-bq27000.patch
1 From 4efa3f8f53d8249905a1c9216a0fe5473d5df5c4 Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Tue, 21 Jul 2009 12:45:26 +0200
4 Subject: [PATCH] 054-bq27000.patch
5
6 ---
7  drivers/power/Kconfig  |   12 ++++++++++++
8  drivers/power/Makefile |    3 +++
9  2 files changed, 15 insertions(+), 0 deletions(-)
10
11 diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
12 index 7eda348..3661595 100644
13 --- a/drivers/power/Kconfig
14 +++ b/drivers/power/Kconfig
15 @@ -96,4 +96,16 @@ config CHARGER_PCF50633
16         help
17          Say Y to include support for NXP PCF50633 Main Battery Charger.
18  
19 +config BATTERY_BQ27000_HDQ
20 +       tristate "BQ27000 HDQ battery monitor driver"
21 +       help
22 +         Say Y to enable support for the battery on the Neo Freerunner
23 +
24 +config HDQ_GPIO_BITBANG
25 +       bool "Generic gpio based HDQ bitbang"
26 +       help
27 +         Say Y to enable supoort for generic gpio based HDQ bitbang driver.
28 +         This can not be built as a module.
29 +
30  endif # POWER_SUPPLY
31 +
32 diff --git a/drivers/power/Makefile b/drivers/power/Makefile
33 index daf3179..e277a05 100644
34 --- a/drivers/power/Makefile
35 +++ b/drivers/power/Makefile
36 @@ -27,3 +27,6 @@ obj-$(CONFIG_BATTERY_BQ27x00) += bq27x00_battery.o
37  obj-$(CONFIG_BATTERY_DA9030)   += da9030_battery.o
38  obj-$(CONFIG_BATTERY_MAX17040) += max17040_battery.o
39  obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
40 +obj-$(CONFIG_BATTERY_BQ27000_HDQ)      += bq27000_battery.o
41 +
42 +obj-$(CONFIG_HDQ_GPIO_BITBANG)  += hdq.o
43 -- 
44 1.5.6.5
45