summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.30/054-bq27000.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-18 17:54:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-18 17:54:02 +0000
commitb86e82e5cc54f03f9207411197e15f431d2173ff (patch)
tree4dd3c3dbab10b500f140c685de43ee19057b2d5f /target/linux/s3c24xx/patches-2.6.30/054-bq27000.patch
parentdb831511d2091907eef52519ebcc47f54cfd6d33 (diff)
downloadmaster-31e0f0ae-b86e82e5cc54f03f9207411197e15f431d2173ff.tar.gz
master-31e0f0ae-b86e82e5cc54f03f9207411197e15f431d2173ff.tar.bz2
master-31e0f0ae-b86e82e5cc54f03f9207411197e15f431d2173ff.zip
s3c2442: R.I.P.
It is broken and it is not maintained by anyone since long time. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34767
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30/054-bq27000.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.30/054-bq27000.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/054-bq27000.patch b/target/linux/s3c24xx/patches-2.6.30/054-bq27000.patch
deleted file mode 100644
index 36de12f8cb..0000000000
--- a/target/linux/s3c24xx/patches-2.6.30/054-bq27000.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/drivers/power/Kconfig
-+++ b/drivers/power/Kconfig
-@@ -88,4 +88,16 @@ config CHARGER_PCF50633
- help
- Say Y to include support for NXP PCF50633 Main Battery Charger.
-
-+config BATTERY_BQ27000_HDQ
-+ tristate "BQ27000 HDQ battery monitor driver"
-+ help
-+ Say Y to enable support for the battery on the Neo Freerunner
-+
-+config HDQ_GPIO_BITBANG
-+ bool "Generic gpio based HDQ bitbang"
-+ help
-+ Say Y to enable supoort for generic gpio based HDQ bitbang driver.
-+ This can not be built as a module.
-+
- endif # POWER_SUPPLY
-+
---- a/drivers/power/Makefile
-+++ b/drivers/power/Makefile
-@@ -25,4 +25,7 @@ obj-$(CONFIG_BATTERY_TOSA) += tosa_batte
- obj-$(CONFIG_BATTERY_WM97XX) += wm97xx_battery.o
- obj-$(CONFIG_BATTERY_BQ27x00) += bq27x00_battery.o
- obj-$(CONFIG_BATTERY_DA9030) += da9030_battery.o
--obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
-\ No newline at end of file
-+obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
-+obj-$(CONFIG_BATTERY_BQ27000_HDQ) += bq27000_battery.o
-+
-+obj-$(CONFIG_HDQ_GPIO_BITBANG) += hdq.o