summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Makefile
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2014-02-13 07:48:12 (GMT)
committerStefano Babic <sbabic@denx.de>2014-03-05 11:02:31 (GMT)
commit91baa6f7ff632c8d8b8f925ab12406f989da476e (patch)
tree8b4e8432cb7bff92578872728efdc592b645b7e9 /drivers/power/pmic/Makefile
parentda781c60e5d55904d77931fcb63f25e65e2228be (diff)
downloadu-boot-fsl-qoriq-91baa6f7ff632c8d8b8f925ab12406f989da476e.tar.xz
power: add PFUZE100 PMIC driver
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Acked-by: Stefano Babic <sbabic@denx.de>
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 0b45ffa..4129bda 100644
--- a/drivers/power/pmic/Makefile
+++ b/drivers/power/pmic/Makefile
@@ -9,5 +9,6 @@ obj-$(CONFIG_POWER_MAX8998) += pmic_max8998.o
obj-$(CONFIG_POWER_MAX8997) += pmic_max8997.o
obj-$(CONFIG_POWER_MUIC_MAX8997) += muic_max8997.o
obj-$(CONFIG_POWER_MAX77686) += pmic_max77686.o
+obj-$(CONFIG_POWER_PFUZE100) += pmic_pfuze100.o
obj-$(CONFIG_POWER_TPS65217) += pmic_tps65217.o
obj-$(CONFIG_POWER_TPS65910) += pmic_tps65910.o