blob: 45bf9f638345cd1cdb4766ff491dd233ffeceb86 [file] [log] [blame]
Patrick Delaunay22929e12018-10-26 09:02:52 +02001# SPDX-License-Identifier: GPL-2.0
2#
Stephen Warren61f5ddc2016-07-13 13:45:31 -06003# Copyright (c) 2016, NVIDIA CORPORATION.
4#
Stephen Warren61f5ddc2016-07-13 13:45:31 -06005
Peng Fane13278c2018-07-27 10:20:37 +08006obj-$(CONFIG_$(SPL_)POWER_DOMAIN) += power-domain-uclass.o
Álvaro Fernández Rojas7810fb92017-05-07 20:28:36 +02007obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
Peng Fanafd267a2019-09-02 18:16:32 +08008obj-$(CONFIG_IMX8_POWER_DOMAIN) += imx8-power-domain-legacy.o imx8-power-domain.o
Patrick Wildtd08a1942019-10-03 15:51:50 +02009obj-$(CONFIG_IMX8M_POWER_DOMAIN) += imx8m-power-domain.o
Ryder Lee2ae7e4d2018-11-15 10:08:00 +080010obj-$(CONFIG_MTK_POWER_DOMAIN) += mtk-power-domain.o
Neil Armstrong8d5579c2018-08-06 14:49:19 +020011obj-$(CONFIG_MESON_GX_VPU_POWER_DOMAIN) += meson-gx-pwrc-vpu.o
Neil Armstronga990c392019-10-11 15:12:19 +020012obj-$(CONFIG_MESON_EE_POWER_DOMAIN) += meson-ee-pwrc.o
Stephen Warren61f5ddc2016-07-13 13:45:31 -060013obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
14obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o
Stephen Warren24cdf1a2016-08-08 11:28:26 -060015obj-$(CONFIG_TEGRA186_POWER_DOMAIN) += tegra186-power-domain.o
Andreas Dannenberg1a88a042018-08-27 15:57:45 +053016obj-$(CONFIG_TI_SCI_POWER_DOMAIN) += ti-sci-power-domain.o