diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-08-15 15:40:23 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-16 07:28:00 -0400 |
commit | 37b918a034feda1b1ef404acf003812f37ab8da2 (patch) | |
tree | 686cfc9ef7326a9ed4cc7ad0f652ec8648d1f976 /drivers/regulator/Makefile | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) |
regulator: Add LTC3676 support
This patch adds support for the Linear Technology LTC3676
8-output I2C voltage regulator IC.
Cc: Jaffer Kapasi <jkapasi@linear.com>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index f3da9eea9ab6..2142a5d3fc08 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -47,6 +47,7 @@ obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o | |||
47 | obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o | 47 | obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o |
48 | obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o | 48 | obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o |
49 | obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o | 49 | obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o |
50 | obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o | ||
50 | obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o | 51 | obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o |
51 | obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o | 52 | obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o |
52 | obj-$(CONFIG_REGULATOR_MAX77620) += max77620-regulator.o | 53 | obj-$(CONFIG_REGULATOR_MAX77620) += max77620-regulator.o |