Re: [PATCH v11 9/9] arm64: defconfig: Enable TI K3 M4 remoteproc driver
From: Daniel Schultz
Date: Wed Jan 08 2025 - 02:32:05 EST
Hey,
it looks like this patch is missing in 6.13-rc6 while the driver and DTS
changes got merged. Gentle ping if it's not somewhere else in a queue
for 6.14.
- Daniel
On 02.08.24 17:21, Andrew Davis wrote:
> From: Hari Nagalla <hnagalla@xxxxxx>
>
> Some K3 platform devices (AM64x, AM62x) have a Cortex M4 core. Build
> the M4 remote proc driver as a module for these platforms.
>
> Signed-off-by: Hari Nagalla <hnagalla@xxxxxx>
> Signed-off-by: Andrew Davis <afd@xxxxxx>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 7d32fca649965..33b0487b0d607 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1383,6 +1383,7 @@ CONFIG_QCOM_Q6V5_PAS=m
> CONFIG_QCOM_SYSMON=m
> CONFIG_QCOM_WCNSS_PIL=m
> CONFIG_TI_K3_DSP_REMOTEPROC=m
> +CONFIG_TI_K3_M4_REMOTEPROC=m
> CONFIG_TI_K3_R5_REMOTEPROC=m
> CONFIG_RPMSG_CHAR=m
> CONFIG_RPMSG_CTRL=m