diff options
author | Chen Feng <puck.chen@hisilicon.com> | 2016-02-14 09:29:22 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-15 22:54:55 +0300 |
commit | 4618119b9be5f5075daf995b2ab807088b14961c (patch) | |
tree | 9569f586873911151583ef8faf3b1c0357527123 /drivers/regulator/Makefile | |
parent | 16dc661e0e4cba666a751f3f552f4e2de07a2397 (diff) | |
download | linux-4618119b9be5f5075daf995b2ab807088b14961c.tar.xz |
regulator: hi655x: enable regulator for hi655x PMIC
Add the regulator driver for hi655x PMIC.
Signed-off-by: Chen Feng <puck.chen@hisilicon.com>
Signed-off-by: Fei Wang <w.f@huawei.com>
Signed-off-by: Xinwei Kong <kong.kongxinwei@hisilicon.com>
Reviewed-by: Haojian Zhuang <haojian.zhuang@linaro.org>
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 980b1943fa81..422786cc4b74 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o obj-$(CONFIG_REGULATOR_FAN53555) += fan53555.o obj-$(CONFIG_REGULATOR_GPIO) += gpio-regulator.o obj-$(CONFIG_REGULATOR_HI6421) += hi6421-regulator.o +obj-$(CONFIG_REGULATOR_HI655X) += hi655x-regulator.o obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o obj-$(CONFIG_REGULATOR_ISL9305) += isl9305.o obj-$(CONFIG_REGULATOR_LM363X) += lm363x-regulator.o |