diff options
author | Mark Brown <broonie@kernel.org> | 2014-09-28 13:17:00 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-28 13:17:00 +0200 |
commit | fdaff15ae6cc8745b9b56adab0252729b476ed7e (patch) | |
tree | 182eb140d5c71501159fb0d46ffc8b74c766dc13 /drivers/regulator/Makefile | |
parent | Merge remote-tracking branch 'regulator/topic/pwm' into regulator-drivers (diff) | |
parent | regulator: sky81452: Adding Skyworks SKY81452 regulator driver (diff) | |
download | linux-fdaff15ae6cc8745b9b56adab0252729b476ed7e.tar.xz linux-fdaff15ae6cc8745b9b56adab0252729b476ed7e.zip |
Merge remote-tracking branch 'regulator/topic/sky81452' into regulator-drivers
Conflicts:
drivers/regulator/Kconfig
drivers/regulator/Makefile
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 2f49356e03a7..a4d81ec024ea 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -67,6 +67,7 @@ obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o 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_TI_ABB) += ti-abb-regulator.o obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o |