diff options
author | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 2014-12-22 16:51:06 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-01-22 15:55:54 (GMT) |
commit | b8fce55c09d3327014191247957d875c9fe5b7ce (patch) | |
tree | e61bb0fa8078418bce1b1ddf8512c555dab02cf5 /drivers/mfd/Makefile | |
parent | 1ae68f95de1e18751ff2830c361c173e8ae677d8 (diff) | |
download | linux-b8fce55c09d3327014191247957d875c9fe5b7ce.tar.xz |
mfd: Add support for DA9150 combined charger & fuel-gauge device
DA9150 is a combined Charger and Fuel-Gauge IC, with additional
GPIO and GPADC functionality.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 4059c24..02c2f2c 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -113,7 +113,7 @@ obj-$(CONFIG_MFD_DA9055) += da9055.o da9063-objs := da9063-core.o da9063-irq.o da9063-i2c.o obj-$(CONFIG_MFD_DA9063) += da9063.o - +obj-$(CONFIG_MFD_DA9150) += da9150-core.o obj-$(CONFIG_MFD_MAX14577) += max14577.o obj-$(CONFIG_MFD_MAX77686) += max77686.o obj-$(CONFIG_MFD_MAX77693) += max77693.o |