summaryrefslogtreecommitdiff
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorzhangqing <zhangqing@rock-chips.com>2015-11-27 09:31:00 -0800
committerGerrit Code Review <gerrit@rock-chips.com>2015-12-01 10:15:06 +0800
commit86c8c93057753b060d50fb84baf1e372ce9e542c (patch)
tree580adf111bcc99860b75264fb4f8a971bf56ddfe /drivers/regulator/Makefile
parentf1f22ee614d18cbff082bedb407afb61061ad867 (diff)
regulator: syr82x: support syr82x for set dcdc volatge
support syr82x for set dcdc voltage Change-Id: I9a0c2f641b25451bc5ec2ed2a9148a7738425324 Signed-off-by: zhangqing <zhangqing@rock-chips.com>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index 0f8174913c17..9a54c8aa7746 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -80,6 +80,7 @@ obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
obj-$(CONFIG_REGULATOR_SKY81452) += sky81452-regulator.o
obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
+obj-$(CONFIG_REGULATOR_SYR82X) += syr82x.o
obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o
obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o