18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Generic framework for controlling remote processors
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_REMOTEPROC)		+= remoteproc.o
78c2ecf20Sopenharmony_ciremoteproc-y				:= remoteproc_core.o
88c2ecf20Sopenharmony_ciremoteproc-y				+= remoteproc_coredump.o
98c2ecf20Sopenharmony_ciremoteproc-y				+= remoteproc_debugfs.o
108c2ecf20Sopenharmony_ciremoteproc-y				+= remoteproc_sysfs.o
118c2ecf20Sopenharmony_ciremoteproc-y				+= remoteproc_virtio.o
128c2ecf20Sopenharmony_ciremoteproc-y				+= remoteproc_elf_loader.o
138c2ecf20Sopenharmony_ciobj-$(CONFIG_REMOTEPROC_CDEV)		+= remoteproc_cdev.o
148c2ecf20Sopenharmony_ciobj-$(CONFIG_IMX_REMOTEPROC)		+= imx_rproc.o
158c2ecf20Sopenharmony_ciobj-$(CONFIG_INGENIC_VPU_RPROC)		+= ingenic_rproc.o
168c2ecf20Sopenharmony_ciobj-$(CONFIG_MTK_SCP)			+= mtk_scp.o mtk_scp_ipi.o
178c2ecf20Sopenharmony_ciobj-$(CONFIG_OMAP_REMOTEPROC)		+= omap_remoteproc.o
188c2ecf20Sopenharmony_ciobj-$(CONFIG_WKUP_M3_RPROC)		+= wkup_m3_rproc.o
198c2ecf20Sopenharmony_ciobj-$(CONFIG_DA8XX_REMOTEPROC)		+= da8xx_remoteproc.o
208c2ecf20Sopenharmony_ciobj-$(CONFIG_KEYSTONE_REMOTEPROC)	+= keystone_remoteproc.o
218c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_PIL_INFO)		+= qcom_pil_info.o
228c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_RPROC_COMMON)		+= qcom_common.o
238c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_Q6V5_COMMON)		+= qcom_q6v5.o
248c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_Q6V5_ADSP)		+= qcom_q6v5_adsp.o
258c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_Q6V5_MSS)		+= qcom_q6v5_mss.o
268c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_Q6V5_PAS)		+= qcom_q6v5_pas.o
278c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_Q6V5_WCSS)		+= qcom_q6v5_wcss.o
288c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_SYSMON)		+= qcom_sysmon.o
298c2ecf20Sopenharmony_ciobj-$(CONFIG_QCOM_WCNSS_PIL)		+= qcom_wcnss_pil.o
308c2ecf20Sopenharmony_ciqcom_wcnss_pil-y			+= qcom_wcnss.o
318c2ecf20Sopenharmony_ciqcom_wcnss_pil-y			+= qcom_wcnss_iris.o
328c2ecf20Sopenharmony_ciobj-$(CONFIG_ST_REMOTEPROC)		+= st_remoteproc.o
338c2ecf20Sopenharmony_ciobj-$(CONFIG_ST_SLIM_REMOTEPROC)	+= st_slim_rproc.o
348c2ecf20Sopenharmony_ciobj-$(CONFIG_STM32_RPROC)		+= stm32_rproc.o
358c2ecf20Sopenharmony_ciobj-$(CONFIG_TI_K3_DSP_REMOTEPROC)	+= ti_k3_dsp_remoteproc.o
368c2ecf20Sopenharmony_ciobj-$(CONFIG_TI_K3_R5_REMOTEPROC)	+= ti_k3_r5_remoteproc.o
37