Re: [GIT PULL] remoteproc updates for v6.12

From: Linus Torvalds
Date: Tue Sep 24 2024 - 15:32:00 EST


On Mon, 23 Sept 2024 at 21:44, Bjorn Andersson <andersson@xxxxxxxxxx> wrote:
>
> remoteproc updates for v6.12

Grr. I didn't immediately notice this new Kconfig warning, so now it's
in my tree:

WARNING: unmet direct dependencies detected for OMAP2PLUS_MBOX
Depends on [n]: MAILBOX [=y] && (ARCH_OMAP2PLUS || ARCH_K3)
Selected by [m]:
- TI_K3_M4_REMOTEPROC [=m] && REMOTEPROC [=y] && (ARCH_K3 ||
COMPILE_TEST [=y])

this happens with a regular "make allmodconfig" on x86-64.

This seems to have been introduced in commit ebcf9008a895
("remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem") that
added the TI K3 M4 remoteproc support, which does

select OMAP2PLUS_MBOX

but does not actually contain the proper dependencies that
OMAP2PLUS_MBOX requires..

It's in my tree now, but please fix asap.

Linus