]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/power/Makefile
sunxi: Add axp209 pmic support
[people/ms/u-boot.git] / drivers / power / Makefile
CommitLineData
cd782635
TR
1#
2# Copyright (c) 2009 Wind River Systems, Inc.
3# Tom Rix <Tom.Rix at windriver.com>
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
cd782635
TR
6#
7
14bc66bd 8obj-$(CONFIG_AXP209_POWER) += axp209.o
710f1d3d
MY
9obj-$(CONFIG_EXYNOS_TMU) += exynos-tmu.o
10obj-$(CONFIG_FTPMU010_POWER) += ftpmu010.o
11obj-$(CONFIG_TPS6586X_POWER) += tps6586x.o
12obj-$(CONFIG_TWL4030_POWER) += twl4030.o
13obj-$(CONFIG_TWL6030_POWER) += twl6030.o
14obj-$(CONFIG_PALMAS_POWER) += palmas.o
15
16obj-$(CONFIG_POWER) += power_core.o
17obj-$(CONFIG_DIALOG_POWER) += power_dialog.o
18obj-$(CONFIG_POWER_FSL) += power_fsl.o
19obj-$(CONFIG_POWER_I2C) += power_i2c.o
20obj-$(CONFIG_POWER_SPI) += power_spi.o