diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-03 08:19:32 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 21:06:16 -0600 |
commit | 05bccbcd761e7170e236c982915781b143051abb (patch) | |
tree | 8d0908db1aef32e2a18fd3cdfef1425e11d6377e /drivers/power/pmic/Makefile | |
parent | 54abb000e3d76ab7c2d0df11a2b4074aec7f3c1f (diff) | |
download | u-boot-05bccbcd761e7170e236c982915781b143051abb.tar.gz |
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/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/pmic/Makefile b/drivers/power/pmic/Makefile index 322c2c6cac..6ef149aee7 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 |