On Tue, 2024-09-24 at 12:31 -0700, Linus Torvalds wrote: > 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 Both myself and Arnd have submitted patches to fix this. It seems that either have been applied... 29 Aug 2024 - [PATCH] mailbox: omap: Enable COMPILE_TEST for OMAP2+ Mailbox framework support https://lore.kernel.org/all/010201919d8b298f-dd1585dd-7c4d-4865-9483-ff6cd7399a90-000000@xxxxxxxxxxxxxxxxxxxxxxx/ 9 Sep 2024 - [PATCH] mailbox, remoteproc: omap2+: fix compile testing https://lore.kernel.org/all/20240909203825.1666947-1-arnd@xxxxxxxxxx/ Martyn