diff options
author | Andrew F. Davis <afd@ti.com> | 2015-11-23 10:53:51 -0600 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-12-05 02:06:51 +0100 |
commit | 703df6c097956d17a818e63961c82e8e9eef9fef (patch) | |
tree | 0feab6ac8900207ca50ff7d139943cceaef98e44 /drivers/power/Makefile | |
parent | 1f94b2563a02327aa8a1385c8a92b0c3f96d01b4 (diff) | |
download | linux-703df6c097956d17a818e63961c82e8e9eef9fef.tar.bz2 |
power: bq27xxx_battery: Reorganize I2C into a module
Separate out I2C functionality into a module. This fixes several small
issues and simplifies the driver initialization.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
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 b656638f8b39..0e4eab55f8d7 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -31,6 +31,7 @@ obj-$(CONFIG_BATTERY_IPAQ_MICRO) += ipaq_micro_battery.o obj-$(CONFIG_BATTERY_WM97XX) += wm97xx_battery.o obj-$(CONFIG_BATTERY_SBS) += sbs-battery.o obj-$(CONFIG_BATTERY_BQ27XXX) += bq27xxx_battery.o +obj-$(CONFIG_BATTERY_BQ27XXX_I2C) += bq27xxx_battery_i2c.o obj-$(CONFIG_BATTERY_DA9030) += da9030_battery.o obj-$(CONFIG_BATTERY_DA9052) += da9052-battery.o obj-$(CONFIG_CHARGER_DA9150) += da9150-charger.o |