linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] ARM: Drop unneeded select of multi-platform selected options
@ 2020-01-21 10:34 Geert Uytterhoeven
  2020-01-21 10:37 ` [PATCH 01/20] ARM: actions: Drop unneeded select of COMMON_CLK Geert Uytterhoeven
  2020-01-21 15:07 ` [PATCH 00/20] ARM: Drop unneeded select of multi-platform selected options Arnd Bergmann
  0 siblings, 2 replies; 39+ messages in thread
From: Geert Uytterhoeven @ 2020-01-21 10:34 UTC (permalink / raw)
  To: Arnd Bergmann, Kevin Hilman, Olof Johansson
  Cc: linux-arm-kernel, linux-kernel, Geert Uytterhoeven

	Hi all,

This patch series drops select statements from the various
platform-specific Kconfig files, for symbols that are already selected
by the various multi-platform related config options
(ARCH_MULTIPLATFORM, ARCH_MULTI_V*, and ARM_SINGLE_ARMV7M).
This makes it easier to e.g. identify platforms that are not yet part of
multi-platform builds, but already use some multi-platform features
(e.g. "COMMON_CLK" is used by multi-platform + s3c24xx).

All patches in this series are independent of each other.

This has been tested by running "make oldconfig" on .config files
expanded before from all defconfig files, which triggered no changes.

Thanks!

Geert Uytterhoeven (20):
  ARM: actions: Drop unneeded select of COMMON_CLK
  ARM: alpine: Drop unneeded select of HAVE_SMP
  ARM: asm9260: Drop unneeded select of GENERIC_CLOCKEVENTS
  ARM: aspeed: Drop unneeded select of HAVE_SMP
  ARM: at91: Drop unneeded select of COMMON_CLK
  ARM: bcm: Drop unneeded select of PCI_DOMAINS_GENERIC, HAVE_SMP,
    TIMER_OF
  ARM: berlin: Drop unneeded select of HAVE_SMP
  ARM: clps711x: Drop unneeded select of multi-platform selected options
  ARM: davinci: Drop unneeded select of TIMER_OF
  ARM: exynos: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0
  ARM: integrator: Drop unneeded select of SPARSE_IRQ
  ARM: meson: Drop unneeded select of COMMON_CLK
  ARM: mmp: Drop unneeded select of COMMON_CLK
  ARM: mvebu: Drop unneeded select of HAVE_SMP
  ARM: omap2plus: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0
  ARM: orion5x: Drop unneeded select of PCI_DOMAINS_GENERIC
  ARM: prima2: Drop unneeded select of HAVE_SMP
  ARM: realview: Drop unneeded select of multi-platform features
  ARM: s3c64xx: Drop unneeded select of TIMER_OF
  ARM: socfpga: Drop unneeded select of PCI_DOMAINS_GENERIC

 arch/arm/mach-actions/Kconfig    | 1 -
 arch/arm/mach-alpine/Kconfig     | 1 -
 arch/arm/mach-asm9260/Kconfig    | 1 -
 arch/arm/mach-aspeed/Kconfig     | 1 -
 arch/arm/mach-at91/Kconfig       | 1 -
 arch/arm/mach-bcm/Kconfig        | 8 --------
 arch/arm/mach-berlin/Kconfig     | 1 -
 arch/arm/mach-clps711x/Kconfig   | 5 -----
 arch/arm/mach-davinci/Kconfig    | 1 -
 arch/arm/mach-exynos/Kconfig     | 1 -
 arch/arm/mach-integrator/Kconfig | 1 -
 arch/arm/mach-meson/Kconfig      | 1 -
 arch/arm/mach-mmp/Kconfig        | 1 -
 arch/arm/mach-mvebu/Kconfig      | 3 ---
 arch/arm/mach-omap2/Kconfig      | 1 -
 arch/arm/mach-orion5x/Kconfig    | 2 --
 arch/arm/mach-prima2/Kconfig     | 1 -
 arch/arm/mach-realview/Kconfig   | 8 --------
 arch/arm/mach-s3c64xx/Kconfig    | 1 -
 arch/arm/mach-socfpga/Kconfig    | 1 -
 20 files changed, 41 deletions(-)

-- 
2.17.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2020-03-08 11:33 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 10:34 [PATCH 00/20] ARM: Drop unneeded select of multi-platform selected options Geert Uytterhoeven
2020-01-21 10:37 ` [PATCH 01/20] ARM: actions: Drop unneeded select of COMMON_CLK Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 02/20] ARM: alpine: Drop unneeded select of HAVE_SMP Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 03/20] ARM: asm9260: Drop unneeded select of GENERIC_CLOCKEVENTS Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 04/20] ARM: aspeed: Drop unneeded select of HAVE_SMP Geert Uytterhoeven
2020-01-28  1:05     ` Andrew Jeffery
2020-01-31  3:50       ` Joel Stanley
2020-01-31  8:13         ` Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 05/20] ARM: at91: Drop unneeded select of COMMON_CLK Geert Uytterhoeven
2020-02-10 16:56     ` Alexandre Belloni
2020-01-21 10:37   ` [PATCH 06/20] ARM: bcm: Drop unneeded select of PCI_DOMAINS_GENERIC, HAVE_SMP, TIMER_OF Geert Uytterhoeven
2020-01-28 23:23     ` Florian Fainelli
2020-01-21 10:37   ` [PATCH 07/20] ARM: berlin: Drop unneeded select of HAVE_SMP Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 08/20] ARM: clps711x: Drop unneeded select of multi-platform selected options Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 09/20] ARM: davinci: Drop unneeded select of TIMER_OF Geert Uytterhoeven
2020-01-27  8:40     ` Sekhar Nori
2020-01-21 10:37   ` [PATCH 10/20] ARM: exynos: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0 Geert Uytterhoeven
2020-01-21 19:59     ` Krzysztof Kozlowski
2020-01-21 10:37   ` [PATCH 11/20] ARM: integrator: Drop unneeded select of SPARSE_IRQ Geert Uytterhoeven
2020-02-14 10:11     ` Linus Walleij
2020-01-21 10:37   ` [PATCH 12/20] ARM: meson: Drop unneeded select of COMMON_CLK Geert Uytterhoeven
2020-01-21 22:11     ` Martin Blumenstingl
2020-01-22  7:33       ` Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 13/20] ARM: mmp: " Geert Uytterhoeven
2020-01-21 17:13     ` Lubomir Rintel
2020-01-21 10:37   ` [PATCH 14/20] ARM: mvebu: Drop unneeded select of HAVE_SMP Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 15/20] ARM: omap2plus: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0 Geert Uytterhoeven
2020-01-23 16:09     ` Tony Lindgren
2020-01-21 10:37   ` [PATCH 16/20] ARM: orion5x: Drop unneeded select of PCI_DOMAINS_GENERIC Geert Uytterhoeven
2020-03-08 11:31     ` Gregory CLEMENT
2020-01-21 10:37   ` [PATCH 17/20] ARM: prima2: Drop unneeded select of HAVE_SMP Geert Uytterhoeven
2020-01-21 10:37   ` [PATCH 18/20] ARM: realview: Drop unneeded select of multi-platform features Geert Uytterhoeven
2020-02-14 10:13     ` Linus Walleij
2020-01-21 10:37   ` [PATCH 19/20] ARM: s3c64xx: Drop unneeded select of TIMER_OF Geert Uytterhoeven
2020-01-21 19:59     ` Krzysztof Kozlowski
2020-01-21 10:37   ` [PATCH 20/20] ARM: socfpga: Drop unneeded select of PCI_DOMAINS_GENERIC Geert Uytterhoeven
2020-01-22 14:18     ` Dinh Nguyen
2020-01-22 20:33   ` [PATCH 01/20] ARM: actions: Drop unneeded select of COMMON_CLK Andreas Färber
2020-01-21 15:07 ` [PATCH 00/20] ARM: Drop unneeded select of multi-platform selected options Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).