From: Krzysztof Kozlowski <krzk@kernel.org>
To: Bartosz Golaszewski <brgl@kernel.org>, Arnd Bergmann <arnd@arndb.de>
Cc: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>, Conor Dooley <conor@kernel.org>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm64: Kconfig: provide a top-level switch for Microchip platforms
Date: Fri, 27 Feb 2026 10:21:25 +0100 [thread overview]
Message-ID: <9132501f-76e9-46c0-839d-bde7246c3883@kernel.org> (raw)
In-Reply-To: <CAMRc=MfupCCr8J+qnJACVeri4nZZCnULWaRgSvi4LWs4J3-5vw@mail.gmail.com>
On 27/02/2026 09:51, Bartosz Golaszewski wrote:
> On Fri, Feb 27, 2026 at 9:49 AM Arnd Bergmann <arnd@arndb.de> wrote:
>>
>> On Fri, Feb 27, 2026, at 09:42, Bartosz Golaszewski wrote:
>>> On Thu, Feb 26, 2026 at 3:49 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>>>
>>>> This will surprise all out-of-tree non-defconfig users, because their
>>>> boards will stop working (drivers depend on ARCH_LAN969X|ARCH_SPARX5
>>>> which will be now disabled), but I like the consistency.
>>>>
>>>
>>> I'm not following, ARCH_SPARX5 remains enabled in defconfig and
>>> ARCH_LAN969X was already disabled by default.
>>
>> Your patch to the in-kernel defconfig is fine, but most users don't
>> use that but instead have their own defconfig files which they now
>> need to update.
>>
>
> Ah ok, I see. Do you want me to do:
>
> config ARCH_SPARX5
> def_bool y if ARCH_MICROCHIP
>
> ?
>
> That should fix it, right?
No, because they still won't have ARCH_MICROCHIP. The out-of-tree
person's config is for example only:
CONFIG_ARCH_SPARX5=y
now, this will be silently discarded with all the drivers depending on
it, because the ARCH_MICROCHIP is missing.
I don't think this is fixable, that's why I wrote that I accept the
negative impact because I like the cleanup more.
Best regards,
Krzysztof
next prev parent reply other threads:[~2026-02-27 9:21 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-26 14:36 [PATCH] arm64: Kconfig: provide a top-level switch for Microchip platforms Bartosz Golaszewski
2026-02-26 14:49 ` Krzysztof Kozlowski
2026-02-27 8:42 ` Bartosz Golaszewski
2026-02-27 8:48 ` Arnd Bergmann
2026-02-27 8:51 ` Bartosz Golaszewski
2026-02-27 9:21 ` Krzysztof Kozlowski [this message]
2026-02-27 9:28 ` Arnd Bergmann
2026-02-27 10:15 ` Conor Dooley
2026-02-27 10:37 ` Krzysztof Kozlowski
2026-02-27 11:17 ` Daniel Machon
2026-03-11 8:32 ` Bartosz Golaszewski
2026-03-11 8:58 ` Krzysztof Kozlowski
2026-03-18 8:21 ` Bartosz Golaszewski
2026-03-18 8:59 ` claudiu beznea
2026-02-27 9:19 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9132501f-76e9-46c0-839d-bde7246c3883@kernel.org \
--to=krzk@kernel.org \
--cc=arnd@arndb.de \
--cc=bartosz.golaszewski@oss.qualcomm.com \
--cc=brgl@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox