summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 14:19:32 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:16 (GMT)
commit05bccbcd761e7170e236c982915781b143051abb (patch)
tree8d0908db1aef32e2a18fd3cdfef1425e11d6377e /drivers/power/pmic/Makefile
parent54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f (diff)
downloadu-boot-fsl-qoriq-05bccbcd761e7170e236c982915781b143051abb.tar.xz
power: Remove old TPS65090 drivers
Remove the old drivers (both the normal one and the cros_ec one) now that we have new drivers that use driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/power/pmic/Makefile')
-rw-r--r--drivers/power/pmic/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/pmic/Makefile b/drivers/power/pmic/Makefile
index 322c2c6..6ef149a 100644
--- a/drivers/power/pmic/Makefile
+++ b/drivers/power/pmic/Makefile
@@ -18,8 +18,6 @@ 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_TPS65090_I2C) += pmic_tps65090.o
-obj-$(CONFIG_POWER_TPS65090_EC) += pmic_tps65090_ec.o
obj-$(CONFIG_POWER_TPS65217) += pmic_tps65217.o
obj-$(CONFIG_POWER_TPS65218) += pmic_tps62362.o
obj-$(CONFIG_POWER_TPS65218) += pmic_tps65218.o