diff options
author | Nithish Mahalingam <nithish.mahalingam@intel.com> | 2010-06-17 18:12:36 +0100 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-06-17 21:52:25 +0400 |
commit | 6721081b6b911a067fe6ca3d6f5534c4a11a9e59 (patch) | |
tree | be39a6945e3debbb9e773fc9b99294ecc4e3e5b8 /drivers/power/Makefile | |
parent | eb9650d6d989f24f21232a055d8fd45f1a9dcf99 (diff) | |
download | op-kernel-dev-6721081b6b911a067fe6ca3d6f5534c4a11a9e59.zip op-kernel-dev-6721081b6b911a067fe6ca3d6f5534c4a11a9e59.tar.gz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index 0005080..2b9a81d 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 |