]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/power/pmic/Makefile
power: pmic: add the max8998 controller for DM
[people/ms/u-boot.git] / drivers / power / pmic / Makefile
CommitLineData
e0a0cbf2
ŁM
1#
2# Copyright (C) 2012 Samsung Electronics
3# Lukasz Majewski <l.majewski@samsung.com>
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
e0a0cbf2
ŁM
6#
7
4d9057e8 8obj-$(CONFIG_DM_PMIC) += pmic-uclass.o
5d387d0d 9obj-$(CONFIG_DM_PMIC_MAX77686) += max77686.o
103e83a1 10obj-$(CONFIG_DM_PMIC_MAX8998) += max8998.o
3e91a6d0 11obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze100.o
35d460fb 12obj-$(CONFIG_PMIC_S2MPS11) += s2mps11.o
5d387d0d 13obj-$(CONFIG_DM_PMIC_SANDBOX) += sandbox.o i2c_pmic_emul.o
d2c88f7d 14obj-$(CONFIG_PMIC_ACT8846) += act8846.o
c2f74c8f 15obj-$(CONFIG_PMIC_PM8916) += pm8916.o
2a4febfd 16obj-$(CONFIG_PMIC_RK808) += rk808.o
c571d682 17obj-$(CONFIG_PMIC_RN5T567) += rn5t567.o
151b223b 18obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
d308c013 19obj-$(CONFIG_PMIC_S5M8767) += s5m8767.o
33621d24 20obj-$(CONFIG_$(SPL_)PMIC_PALMAS) += palmas.o
ca1de0b5 21obj-$(CONFIG_$(SPL_)PMIC_LP873X) += lp873x.o
d308c013 22
5e2f0177 23obj-$(CONFIG_POWER_LTC3676) += pmic_ltc3676.o
a643acd4 24obj-$(CONFIG_POWER_MAX77696) += pmic_max77696.o
710f1d3d
MY
25obj-$(CONFIG_POWER_MAX8998) += pmic_max8998.o
26obj-$(CONFIG_POWER_MAX8997) += pmic_max8997.o
27obj-$(CONFIG_POWER_MUIC_MAX8997) += muic_max8997.o
28obj-$(CONFIG_POWER_MAX77686) += pmic_max77686.o
91baa6f7 29obj-$(CONFIG_POWER_PFUZE100) += pmic_pfuze100.o
48469c2d 30obj-$(CONFIG_POWER_PFUZE3000) += pmic_pfuze3000.o
710f1d3d 31obj-$(CONFIG_POWER_TPS65217) += pmic_tps65217.o
78fb6e31 32obj-$(CONFIG_POWER_TPS65218) += pmic_tps62362.o
86db550b 33obj-$(CONFIG_POWER_TPS65218) += pmic_tps65218.o
710f1d3d 34obj-$(CONFIG_POWER_TPS65910) += pmic_tps65910.o
242b2f0c 35obj-$(CONFIG_POWER_HI6553) += pmic_hi6553.o