summaryrefslogtreecommitdiffstats
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorNithish Mahalingam2010-06-17 19:12:36 +0200
committerAnton Vorontsov2010-06-17 19:52:25 +0200
commit6721081b6b911a067fe6ca3d6f5534c4a11a9e59 (patch)
treebe39a6945e3debbb9e773fc9b99294ecc4e3e5b8 /drivers/power/Makefile
parentds2782_battery: Rename get_current to fix build failure / name conflict (diff)
downloadkernel-qcow2-linux-6721081b6b911a067fe6ca3d6f5534c4a11a9e59.tar.gz
kernel-qcow2-linux-6721081b6b911a067fe6ca3d6f5534c4a11a9e59.tar.xz
kernel-qcow2-linux-6721081b6b911a067fe6ca3d6f5534c4a11a9e59.zip
Intel MID platform battery driver
The PMIC Battery driver provides battery charging and battery gauge functionality on Intel MID platforms. This provides the basic functions. There are some USB drivers to merge before the selection of charging between the different USB power levels can be enabled. Moved to a platform device by Alek Du. Signed-off-by: Nithish Mahalingam <nithish.mahalingam@intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r--drivers/power/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile
index 00050809a6c7..2b9a81d41b4d 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -34,3 +34,4 @@ obj-$(CONFIG_BATTERY_DA9030) += da9030_battery.o
obj-$(CONFIG_BATTERY_MAX17040) += max17040_battery.o
obj-$(CONFIG_BATTERY_Z2) += z2_battery.o
obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
+obj-$(CONFIG_BATTERY_INTEL_MID) += intel_mid_battery.o