summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Makefile
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2016-09-30 07:04:02 +0300
committerSimon Glass <sjg@chromium.org>2016-10-11 19:17:06 +0300
commitca1de0b5456e630522c0afe5a556e6851b8afe1e (patch)
tree83f8c8080b644310201e754d4c8d5c98ce7bed53 /drivers/power/pmic/Makefile
parent08941bb99d0f668273cda13283e43e7ee227474d (diff)
downloadu-boot-ca1de0b5456e630522c0afe5a556e6851b8afe1e.tar.xz
power: pmic: lp873x: Add the base pmic support
Add support to bind the regulators/child nodes with the pmic. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/power/pmic/Makefile')
-rw-r--r--drivers/power/pmic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/pmic/Makefile b/drivers/power/pmic/Makefile
index 6710673a5f..cd1c6945cd 100644
--- a/drivers/power/pmic/Makefile
+++ b/drivers/power/pmic/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_PMIC_RN5T567) += rn5t567.o
obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
obj-$(CONFIG_PMIC_S5M8767) += s5m8767.o
obj-$(CONFIG_$(SPL_)PMIC_PALMAS) += palmas.o
+obj-$(CONFIG_$(SPL_)PMIC_LP873X) += lp873x.o
obj-$(CONFIG_POWER_LTC3676) += pmic_ltc3676.o
obj-$(CONFIG_POWER_MAX77696) += pmic_max77696.o