]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: Don't let ARMv5 platforms select USE_OF
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Sun, 5 Jul 2026 08:50:00 +0000 (10:50 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 10 Jul 2026 12:44:26 +0000 (14:44 +0200)
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>
Link: https://lore.kernel.org/r/20260705085000.3510576-2-u.kleine-koenig@baylibre.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ixp4xx/Kconfig
arch/arm/mach-pxa/Kconfig

index cb46802f5ce52ceb089a5f777fb2f36d40eb9cad..7f812020e0820bbad3db744d14f245c130f75be2 100644 (file)
@@ -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.
index 66e26990e2c8d3ba70e516988901584d80ed35e4..c478fb8a6f788d1d7ac70dae7afbe070e73a0f1b 100644 (file)
@@ -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