blob: e6244776216da97fca4ad2f1bb4ddf6ac4f642a0 [file] [log] [blame]
Patrick Delaunayd6e53c72018-10-26 09:02:52 +02001# SPDX-License-Identifier: GPL-2.0
2#
Stephen Warren92c67fa2016-07-13 13:45:31 -06003# Copyright (c) 2016, NVIDIA CORPORATION.
4#
Stephen Warren92c67fa2016-07-13 13:45:31 -06005
Peng Fan3775fed2018-07-27 10:20:37 +08006obj-$(CONFIG_$(SPL_)POWER_DOMAIN) += power-domain-uclass.o
Mark Kettenis2fc94052022-01-10 20:58:44 +01007obj-$(CONFIG_APPLE_PMGR_POWER_DOMAIN) += apple-pmgr.o
Álvaro Fernández Rojas8bdcdae2017-05-07 20:28:36 +02008obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
Peng Fan5a57b292019-09-02 18:16:32 +08009obj-$(CONFIG_IMX8_POWER_DOMAIN) += imx8-power-domain-legacy.o imx8-power-domain.o
Patrick Wildt8bd56562019-10-03 15:51:50 +020010obj-$(CONFIG_IMX8M_POWER_DOMAIN) += imx8m-power-domain.o
Marek Vasutdd96fba2022-04-13 00:42:54 +020011obj-$(CONFIG_IMX8MP_HSIOMIX_BLKCTRL) += imx8mp-hsiomix.o
developer8bd109d2018-11-15 10:08:00 +080012obj-$(CONFIG_MTK_POWER_DOMAIN) += mtk-power-domain.o
Neil Armstrong32edad52018-08-06 14:49:19 +020013obj-$(CONFIG_MESON_GX_VPU_POWER_DOMAIN) += meson-gx-pwrc-vpu.o
Neil Armstrong152b4532019-10-11 15:12:19 +020014obj-$(CONFIG_MESON_EE_POWER_DOMAIN) += meson-ee-pwrc.o
Stephen Warren92c67fa2016-07-13 13:45:31 -060015obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
16obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o
Stephen Warren402a0fa2016-08-08 11:28:26 -060017obj-$(CONFIG_TEGRA186_POWER_DOMAIN) += tegra186-power-domain.o
Andreas Dannenberg24c6e912018-08-27 15:57:45 +053018obj-$(CONFIG_TI_SCI_POWER_DOMAIN) += ti-sci-power-domain.o
Tero Kristo682c1282021-06-11 11:45:15 +030019obj-$(CONFIG_TI_POWER_DOMAIN) += ti-power-domain.o
Michal Simek0fd9f362022-02-07 10:27:37 +010020obj-$(CONFIG_ZYNQMP_POWER_DOMAIN) += zynqmp-power-domain.o