]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/power/regulator/Makefile
power: regulator: add pfuze100 support
[karo-tx-uboot.git] / drivers / power / regulator / Makefile
index 43f4d2ce435d4f4c5e541f3f28a7fa7f3eca9202..7035936a35d75052a324d6d406602d349f76b562 100644 (file)
@@ -7,6 +7,8 @@
 
 obj-$(CONFIG_DM_REGULATOR) += regulator-uclass.o
 obj-$(CONFIG_DM_REGULATOR_MAX77686) += max77686.o
+obj-$(CONFIG_DM_REGULATOR_PFUZE100) += pfuze100.o
 obj-$(CONFIG_DM_REGULATOR_FIXED) += fixed.o
+obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
 obj-$(CONFIG_DM_REGULATOR_SANDBOX) += sandbox.o
 obj-$(CONFIG_REGULATOR_TPS65090) += tps65090_regulator.o