[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <552bae37-bb1a-4564-9ba7-4fed134c3d78@microchip.com>
Date: Fri, 22 Aug 2025 15:30:07 +0200
From: Nicolas Ferre <nicolas.ferre@...rochip.com>
To: Robert Marko <robert.marko@...tura.hr>, <linux@...linux.org.uk>,
<alexandre.belloni@...tlin.com>, <claudiu.beznea@...on.dev>,
<catalin.marinas@....com>, <will@...nel.org>, <olivia@...enic.com>,
<herbert@...dor.apana.org.au>, <davem@...emloft.net>,
<andi.shyti@...nel.org>, <lee@...nel.org>, <broonie@...nel.org>,
<gregkh@...uxfoundation.org>, <jirislaby@...nel.org>, <arnd@...nel.org>,
<linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>,
<linux-crypto@...r.kernel.org>, <linux-i2c@...r.kernel.org>,
<linux-spi@...r.kernel.org>, <linux-serial@...r.kernel.org>,
<o.rempel@...gutronix.de>, <daniel.machon@...rochip.com>
CC: <luka.perkov@...tura.hr>
Subject: Re: [PATCH v9 2/9] ARM: at91: select ARCH_MICROCHIP
On 13/08/2025 at 19:44, Robert Marko wrote:
> Like with the ARM64 Microchip platforms, lets add a generic ARCH_MICROCHIP
> symbol and select it so that drivers that are reused for multiple product
> generation or lines, can just depend on it instead of adding each SoC
> symbol as their dependencies.
>
> Signed-off-by: Robert Marko <robert.marko@...tura.hr>
Acked-by: Nicolas Ferre <nicolas.ferre@...rochip.com>
> ---
> arch/arm/mach-at91/Kconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index 04bd91c72521..c5ef27e3cd8f 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -1,4 +1,7 @@
> # SPDX-License-Identifier: GPL-2.0-only
> +config ARCH_MICROCHIP
> + bool
> +
> menuconfig ARCH_AT91
> bool "AT91/Microchip SoCs"
> depends on (CPU_LITTLE_ENDIAN && (ARCH_MULTI_V4T || ARCH_MULTI_V5)) || \
> @@ -8,6 +11,7 @@ menuconfig ARCH_AT91
> select GPIOLIB
> select PINCTRL
> select SOC_BUS
> + select ARCH_MICROCHIP
>
> if ARCH_AT91
> config SOC_SAMV7
> --
> 2.50.1
>
Powered by blists - more mailing lists