Re: [PATCH 00/20] ARM: Drop unneeded select of multi-platform selected options
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-01-21 15:07:41
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-01-21 15:07:41
Also in:
lkml
On Tue, Jan 21, 2020 at 11:34 AM Geert Uytterhoeven [off-list ref] 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@arndb.de> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel