[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wieXpmx=+gEuhQSEEZLyQHFLDk5=59j0OtOF==mQdVjYA@mail.gmail.com>
Date: Tue, 24 Sep 2024 12:31:24 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Bjorn Andersson <andersson@...nel.org>, Martyn Welch <martyn.welch@...labora.com>,
Hari Nagalla <hnagalla@...com>, Andrew Davis <afd@...com>,
Mathieu Poirier <mathieu.poirier@...aro.org>
Cc: linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org,
Peng Fan <peng.fan@....com>, Beleswar Padhi <b-padhi@...com>, Zhang Zekun <zhangzekun11@...wei.com>,
Naina Mehta <quic_nainmeht@...cinc.com>, Jan Kiszka <jan.kiszka@...mens.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>, Rob Herring <robh@...nel.org>,
Tanmay Shah <tanmay.shah@....com>, Tengfei Fan <quic_tengfan@...cinc.com>,
Udit Kumar <u-kumar1@...com>
Subject: Re: [GIT PULL] remoteproc updates for v6.12
On Mon, 23 Sept 2024 at 21:44, Bjorn Andersson <andersson@...nel.org> 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
Powered by blists - more mailing lists