diff options
author | Tom Rini <trini@ti.com> | 2014-06-05 11:15:29 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-06 17:46:16 -0400 |
commit | 86db550b3864bcb3c9567fbdb67b49a244f5263e (patch) | |
tree | 14b6cafe45b6975e8f63cf5caa07b6bdebf6f076 /drivers/power/pmic/Makefile | |
parent | 64ce2fbd6c9ebb68e274ae1b3c449e1cae86c5b6 (diff) |
power: Add support for the TPS65218 PMIC
Add a driver for the TPS65218 PMIC which is used by TI AM43xx SoCs and
may be used by TI AM335x SoCs.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers/power/pmic/Makefile')
-rw-r--r-- | drivers/power/pmic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/pmic/Makefile b/drivers/power/pmic/Makefile index 9a8bfe07b8e..a472f61f88f 100644 --- a/drivers/power/pmic/Makefile +++ b/drivers/power/pmic/Makefile @@ -13,4 +13,5 @@ obj-$(CONFIG_POWER_MAX77686) += pmic_max77686.o obj-$(CONFIG_POWER_PFUZE100) += pmic_pfuze100.o obj-$(CONFIG_POWER_TPS65090) += pmic_tps65090.o obj-$(CONFIG_POWER_TPS65217) += pmic_tps65217.o +obj-$(CONFIG_POWER_TPS65218) += pmic_tps65218.o obj-$(CONFIG_POWER_TPS65910) += pmic_tps65910.o |