diff options
author | Rodolfo Giometti <giometti@linux.it> | 2008-08-20 16:52:58 -0700 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2008-09-01 02:46:12 +0400 |
commit | b996ad0e9fb15ca4acc60bcd0380912117a45d13 (patch) | |
tree | 136fc068f1e5e92a94d0e93a84e07c825821c941 /drivers/power/Makefile | |
parent | 942ed161944b3476639916cf544e6975b29c985a (diff) | |
download | linux-next-b996ad0e9fb15ca4acc60bcd0380912117a45d13.tar.gz |
power_supply: Support for Texas Instruments BQ27200 battery managers
These battery managers came in two different packages: one for I2C
busses (BQ27200) and one for HDQ busses (BQ27000).
This driver currently supports only the I2C chip version but the code
is designed in order to easily allow the HDQ chip version integration.
[akpm@linux-foundation.org: coding-style fixes]
[akpm@linux-foundation.org: make things static, use kasprintf()]
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index 4706bf8ff459..6cb301b779a7 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -22,3 +22,4 @@ obj-$(CONFIG_BATTERY_PMU) += pmu_battery.o obj-$(CONFIG_BATTERY_OLPC) += olpc_battery.o obj-$(CONFIG_BATTERY_TOSA) += tosa_battery.o obj-$(CONFIG_BATTERY_PALMTX) += palmtx_battery.o +obj-$(CONFIG_BATTERY_BQ27x00) += bq27x00_battery.o |