diff options
author | Robin Gong <b38343@freescale.com> | 2013-07-25 11:33:18 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-25 10:34:34 +0100 |
commit | 3784b6d64dc52ed3fbebad61a85ab9b7a687a167 (patch) | |
tree | 0cc7215371597c706017b648e3d1dfd22cf8bf51 /drivers/regulator/Makefile | |
parent | 82b736df4da2c6fdf2c0018938685cf36d112ecd (diff) | |
download | lwn-3784b6d64dc52ed3fbebad61a85ab9b7a687a167.tar.gz lwn-3784b6d64dc52ed3fbebad61a85ab9b7a687a167.zip |
regulator: pfuze100: add pfuze100 regulator driver
Add pfuze100 regulator driver.
Signed-off-by: Robin Gong <b38343@freescale.com>
Tested-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.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 d240772d90ee..57838e2b0b8a 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -46,6 +46,7 @@ obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o +obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o |