From: Florian Fainelli <f.fainelli@gmail.com>
To: Florian Fainelli <f.fainelli@gmail.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
Linux ARM <linux-arm-kernel@lists.infradead.org>,
SoC Team <soc@kernel.org>,
bcm-kernel-feedback-list <bcm-kernel-feedback-list@broadcom.com>,
william.zhang@broadcom.com, anand.gore@broadcom.com,
Olof Johansson <olof@lixom.net>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
open list <linux-kernel@vger.kernel.org>,
Shawn Guo <shawnguo@kernel.org>, Li Yang <leoyang.li@nxp.com>,
Wei Xu <xuwei5@hisilicon.com>, Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@bootlin.com>,
"moderated list:ARM/Mediatek SoC..."
<linux-mediatek@lists.infradead.org>,
Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>,
Matthias Brugger <mbrugger@suse.com>,
linux-arm-msm <linux-arm-msm@vger.kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
"moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES"
<linux-samsung-soc@vger.kernel.org>,
Dinh Nguyen <dinguyen@kernel.org>
Subject: Re: [PATCH] arm64: Kconfig.platforms: Re-organized Broadcom menu
Date: Mon, 15 Aug 2022 10:15:22 -0700 [thread overview]
Message-ID: <f4adf05b-d3da-a692-3bd8-0b4d705e0dc2@gmail.com> (raw)
In-Reply-To: <fb4f4444-20c2-0e35-bb83-79a419ec87a7@gmail.com>
On 7/13/22 15:05, Florian Fainelli wrote:
> On 7/13/22 02:17, Geert Uytterhoeven wrote:
>> Hi Krzysztof,
>>
>> On Wed, Jul 13, 2022 at 10:40 AM Krzysztof Kozlowski
>> <krzysztof.kozlowski@linaro.org> wrote:
>>> On 13/07/2022 10:25, Arnd Bergmann wrote:
>>>> On Tue, Jul 12, 2022 at 6:42 PM Florian Fainelli
>>>> <f.fainelli@gmail.com> wrote:
>>>>> There are now multiple Broadcom SoCs supported so group them under
>>>>> their
>>>>> own menu such that the selection is visually more appealing and we can
>>>>> easily add new platforms there in the future. This allows us to move
>>>>> ARCH_BRCMSTB back to its siblings.
>>>>>
>>>>> No functional changes introduced.
>>>>>
>>>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>>>> ---
>>>>>
>>>>> Note this is based on "arm64: bcmbca: add arch bcmbca machine entry"
>>>>
>>>> Hi Florian,
>>>>
>>>> So far, we have tried to keep the Kconfig.platforms file rather
>>>> coarse-grained,
>>>> mainly limiting it to company names and high-level families, but
>>>> avoiding
>>>> sub-menus or adding too many sub-families.
>>>>
>>>> If we add per-vendor submenus, we should probably first decide how we
>>>> want to structure this across vendors. I've added maintainers and
>>>> lists to
>>>> Cc for a couple of the ones that are in a similar situation.
>>>>
>>>> I can see a couple of ways we can do this:
>>>>
>>>> a) keep the list of platforms as short as possible, combining related
>>>> SoC families from a single vendor wherever possible, but no
>>>> sub-menus
>>>> (same as today)
>>>>
>>>> b) Always use sub-menus when there is more than one family, but
>>>> keep relatively coarse platform selection.
>>>>
>>>> c) Use sub-menus and also move to a more fine-grained SoC
>>>> selection, similar to what we have on 32-bit arm.
>>>>
>>>> I would not really want to go to c), but a) and b) both make sense to
>>>> me as long as do it consistently across all platforms.
>>>>
>>>> Any other ideas or opinions?
>>>
>>> Whatever we decide here, the SoC can override in drivers/soc, just like
>>> Renesas did. I think Renesas chose option c), but made it in
>>> drivers/soc. I would vote to have consistent policy, so if arch/arm64 is
>>> a) or b), sub-archs should not redefine it in drivers/soc.
>>
>> We did so because of the "only a single symbol in
>> arch/arm64/Kconfig.platforms"-policy.
>
> I was not aware of that rule.
>
> It is a bit of a mixed situation with Broadcom SoCs but in essence, each
> Kconfig entry denotes a deeply different SoC architecture at the memory
> subsystem, bus, security or product space that you might not want to
> enable in your kernel. There is definitively sharing of drivers between
> all of the platforms and a lot of cross pollination too but usually
> these are deeply different that different kernel images do make sense.
>
> The itch that I wanted to calm was that ARCH_BRCMSTB was after the other
> Broadcom platforms separated by ARCH_BERLIN. if you prefer a pair of
> KConfig comments to delineate them and flatten the platform selection,
> that works for me, too.
There are 2 Marvell-based platforms (Berlin and mvebu) as well as two
NXP-based platforms (MXC and S32), would it be better to also group them
under an ARCH_MARVELL and ARCH_NXP menuconfig symbol the same way this
patch does it for Broadcom-based SoCs?
--
Florian
next prev parent reply other threads:[~2022-08-15 17:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20220712164235.40293-1-f.fainelli@gmail.com>
2022-07-13 8:25 ` [PATCH] arm64: Kconfig.platforms: Re-organized Broadcom menu Arnd Bergmann
2022-07-13 8:40 ` Krzysztof Kozlowski
2022-07-13 9:17 ` Geert Uytterhoeven
2022-07-13 22:05 ` Florian Fainelli
2022-08-15 17:15 ` Florian Fainelli [this message]
2022-08-15 19:52 ` Arnd Bergmann
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=f4adf05b-d3da-a692-3bd8-0b4d705e0dc2@gmail.com \
--to=f.fainelli@gmail.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=anand.gore@broadcom.com \
--cc=andrew@lunn.ch \
--cc=arnd@arndb.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=catalin.marinas@arm.com \
--cc=dinguyen@kernel.org \
--cc=geert+renesas@glider.be \
--cc=geert@linux-m68k.org \
--cc=gregory.clement@bootlin.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mbrugger@suse.com \
--cc=olof@lixom.net \
--cc=shawnguo@kernel.org \
--cc=soc@kernel.org \
--cc=will@kernel.org \
--cc=william.zhang@broadcom.com \
--cc=xuwei5@hisilicon.com \
/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