Re: [PATCH 00/20] ARM: Drop unneeded select of multi-platform selected options

From: Arnd Bergmann
Date: Tue Jan 21 2020 - 10:07:41 EST


On Tue, Jan 21, 2020 at 11:34 AM Geert Uytterhoeven
<geert+renesas@xxxxxxxxx> wrote:
>
> 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.

Nice cleanup!

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>