* [PATCH] ARM: Don't let ARMv5 platforms select USE_OF
@ 2026-07-05 8:50 Uwe Kleine-König (The Capable Hub)
2026-07-05 9:34 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König (The Capable Hub) @ 2026-07-05 8:50 UTC (permalink / raw)
To: Arnd Bergmann, Krzysztof Kozlowski, Alexandre Belloni,
Linus Walleij
Cc: Drew Fustini, soc, Imre Kaloz, Russell King, Daniel Mack,
Haojian Zhuang, Robert Jarzmik, linux-arm-kernel
USE_OF is already selected by ARM (unless ARCH_FOOTBRIDGE || ARCH_RPC ||
ARCH_SA1100; these all conflict with ARCH_MULTI_V5). So there is no need
for an explicit select and it can be dropped.
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
---
Hello,
If I should split this patch by mach-*, tell me, but I think it's simple
enough and these architectures don't move much, so getting this in via
armsoc should be fine?!
Best regards
Uwe
arch/arm/mach-ixp4xx/Kconfig | 1 -
arch/arm/mach-pxa/Kconfig | 3 ---
2 files changed, 4 deletions(-)
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index cb46802f5ce5..7f812020e082 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -14,6 +14,5 @@ menuconfig ARCH_IXP4XX
select IXP4XX_TIMER
select USB_EHCI_BIG_ENDIAN_DESC
select USB_EHCI_BIG_ENDIAN_MMIO
- select USE_OF
help
Support for Intel's IXP4XX (XScale) family of processors.
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 66e26990e2c8..c478fb8a6f78 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -22,7 +22,6 @@ config MACH_PXA25X_DT
select PINCTRL
select POWER_SUPPLY
select PXA25x
- select USE_OF
help
Include support for Marvell PXA25x based platforms using
the device tree. Needn't select any other machine while
@@ -33,7 +32,6 @@ config MACH_PXA27X_DT
select PINCTRL
select POWER_SUPPLY
select PXA27x
- select USE_OF
help
Include support for Marvell PXA27x based platforms using
the device tree. Needn't select any other machine while
@@ -47,7 +45,6 @@ config MACH_PXA3XX_DT
select PINCTRL
select POWER_SUPPLY
select PXA3xx
- select USE_OF
help
Include support for Marvell PXA3xx based platforms using
the device tree. Needn't select any other machine while
base-commit: 2b763db0c2763d6bf73d7d3e69665222d1f377cf
--
2.55.0.11.g153666a7d9bb
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: Don't let ARMv5 platforms select USE_OF
2026-07-05 8:50 [PATCH] ARM: Don't let ARMv5 platforms select USE_OF Uwe Kleine-König (The Capable Hub)
@ 2026-07-05 9:34 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2026-07-05 9:34 UTC (permalink / raw)
To: Uwe Kleine-König, Krzysztof Kozlowski, Alexandre Belloni,
Linus Walleij
Cc: Drew Fustini, soc, Imre Kaloz, Russell King, Daniel Mack,
Haojian Zhuang, Robert Jarzmik, linux-arm-kernel
On Sun, Jul 5, 2026, at 10:50, Uwe Kleine-König (The Capable Hub) wrote:
> USE_OF is already selected by ARM (unless ARCH_FOOTBRIDGE || ARCH_RPC ||
> ARCH_SA1100; these all conflict with ARCH_MULTI_V5). So there is no need
> for an explicit select and it can be dropped.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
> ---
> Hello,
>
> If I should split this patch by mach-*, tell me, but I think it's simple
> enough and these architectures don't move much, so getting this in via
> armsoc should be fine?!
Hi Uwe,
I'd prefer it as a combined patch, but either way is fine with me.
Please send this to soc@lists.linux.dev in a few days with any
Acks you have received by then.
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-05 9:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-05 8:50 [PATCH] ARM: Don't let ARMv5 platforms select USE_OF Uwe Kleine-König (The Capable Hub)
2026-07-05 9:34 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox