]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/power/regulator/Makefile
power: regulator: add pfuze100 support
[people/ms/u-boot.git] / drivers / power / regulator / Makefile
CommitLineData
af41e8db
PM
1#
2# Copyright (C) 2015 Samsung Electronics
3# Przemyslaw Marczak <p.marczak@samsung.com>
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7
8obj-$(CONFIG_DM_REGULATOR) += regulator-uclass.o
1757df46 9obj-$(CONFIG_DM_REGULATOR_MAX77686) += max77686.o
8fa46350 10obj-$(CONFIG_DM_REGULATOR_PFUZE100) += pfuze100.o
9923a8b4 11obj-$(CONFIG_DM_REGULATOR_FIXED) += fixed.o
f615e6a6 12obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
5d387d0d 13obj-$(CONFIG_DM_REGULATOR_SANDBOX) += sandbox.o
1c88b67e 14obj-$(CONFIG_REGULATOR_TPS65090) += tps65090_regulator.o