mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The i.MX95 System manager exports SCMI CPU protocol for linux to manage cpu cores. The driver is to use the cpu Protocol interface to start, stop a cpu cores (eg, M7). Reviewed-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Message-Id: <20250408-imx-lmm-cpu-v4-6-4c5f4a456e49@nxp.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
6 lines
278 B
Makefile
6 lines
278 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_IMX_DSP) += imx-dsp.o
|
|
obj-$(CONFIG_IMX_SCU) += imx-scu.o misc.o imx-scu-irq.o rm.o imx-scu-soc.o
|
|
obj-${CONFIG_IMX_SCMI_CPU_DRV} += sm-cpu.o
|
|
obj-${CONFIG_IMX_SCMI_MISC_DRV} += sm-misc.o
|
|
obj-${CONFIG_IMX_SCMI_LMM_DRV} += sm-lmm.o
|