diff options
author | Flora Fu <flora.fu@mediatek.com> | 2014-12-04 23:07:54 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-24 07:41:05 -0500 |
commit | 0425e2420c0ab1b5da24f6d9fce39241ad85fc46 (patch) | |
tree | d49d269a3cc4b7c10eb245706297ad26a79f758f /drivers/regulator/Makefile | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
regulator: mt6397: Add support for MT6397 regulator
Add MT6397 regulator driver.
Signed-off-by: Flora Fu <flora.fu@mediatek.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 1f28ebfc6f3a..1a0fbc397de1 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -58,6 +58,7 @@ obj-$(CONFIG_REGULATOR_MAX77802) += max77802.o | |||
58 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o | 58 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o |
59 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o | 59 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o |
60 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o | 60 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o |
61 | obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o | ||
61 | obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o | 62 | obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o |
62 | obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o | 63 | obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o |
63 | obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o | 64 | obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o |