[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <c506a805-9221-4afe-8d98-af0ca97a1fd2@app.fastmail.com>
Date: Wed, 19 Mar 2025 22:45:57 +0100
From: "Arnd Bergmann" <arnd@...db.de>
To: "Guillaume La Roque" <glaroque@...libre.com>,
"Nishanth Menon" <nm@...com>, "Tero Kristo" <kristo@...nel.org>
Cc: "Andrew Davis" <afd@...com>, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci
driver
On Thu, Feb 20, 2025, at 14:31, Guillaume La Roque wrote:
> With ARCH_K3=y we cannot enable TI_SCI_PROTOCOL=m because
> ARCH_K3 selects TI_SCI_PROTOCOL.
>
> Modify the logic to enable TI_SCI_PROTOCOL by default when ARCH_K3=y
> allowing us to submit a future patch to remove select on ARCH_K3 without
> breaking existing users.
>
> Signed-off-by: Guillaume La Roque <glaroque@...libre.com>
> ---
> Link to comment done on last serie [1] we come back on first version of
> series[2] to not use imply but set deps on ARCH_K3 in driver directly.
> An other patch will be sent to update Kconfig.platform when this patch
> is merged.
I just merged the patch and hadn't seen the earlier discussion,
just two small notes from me:
- thanks for doing it this way instead of the backwards 'imply'
- there is really no need to split it into two steps, since the
change to the Kconfig.platforms file logically goes with this
one and I would merge both through the SoC tree, having it
as a single patch would make sense.
Arnd
Powered by blists - more mailing lists