aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorBruce E. Robertson <bruce.e.robertson@intel.com>2012-02-06 15:59:01 +0000
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-03-26 20:41:01 +0400
commited1a230f96eb4610f1f4296b8c3c067389ddf540 (patch)
tree42653c8122379507f3441b046dd85c6adff4c09f /drivers/power/Makefile
parentisp1704_charger: Fix probe error path (diff)
downloadlinux-dev-ed1a230f96eb4610f1f4296b8c3c067389ddf540.tar.xz
linux-dev-ed1a230f96eb4610f1f4296b8c3c067389ddf540.zip
Add I2C driver for Summit Microelectronics SMB347 Battery Charger.
Driver support for the Summit I²C battery charger. This is used in some Intel devices. Signed-off-by: Bruce E. Robertson <bruce.e.robertson@intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
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 e429008eaf10..894710e336f0 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -41,3 +41,4 @@ obj-$(CONFIG_CHARGER_GPIO) += gpio-charger.o
obj-$(CONFIG_CHARGER_MANAGER) += charger-manager.o
obj-$(CONFIG_CHARGER_MAX8997) += max8997_charger.o
obj-$(CONFIG_CHARGER_MAX8998) += max8998_charger.o
+obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o