diff options
author | Nicolae Rosia <Nicolae_Rosia@mentor.com> | 2016-11-12 14:42:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-16 18:04:03 +0000 |
commit | cac28ae60e3dae1814f12f0d24d041a67153692c (patch) | |
tree | e12c46cdf94ecef440595eee04f8040685a99a9f /drivers/regulator/Makefile | |
parent | 8313a4fb66b15816883792c9beed45b8978b1c8b (diff) | |
download | op-kernel-dev-cac28ae60e3dae1814f12f0d24d041a67153692c.zip op-kernel-dev-cac28ae60e3dae1814f12f0d24d041a67153692c.tar.gz |
regulator: twl: split twl6030 logic into its own file
In order to not break existing users, we keep using the same
CONFIG symbol.
This makes it easier to add support for TWL6032 and refactor
mfd/twl-core.
Checkpatch warnings are inherited from twl-regulator.c and will
be addressed in a subsequent patch.
Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 2142a5d..1429469 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -104,7 +104,7 @@ obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o -obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o +obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o twl6030-regulator.o obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress-regulator.o obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o |