Message ID | 20200505150722.1575-1-geert+renesas@glider.be (mailing list archive) |
---|---|
Headers | show |
Series | ARM: Drop unneeded select of multi-platform selected options | expand |
Hello: This series was applied to soc/soc.git (refs/heads/for-next). On Tue, 5 May 2020 17:07:07 +0200 you wrote: > Hi arm-soc folks, > > 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). > > [...] Here is a summary with links: - [v2,01/15] ARM: arch timer: Drop unneeded select GENERIC_CLOCKEVENTS https://git.kernel.org/soc/soc/c/4c8a2bd23115e9871a82c92b465c6625bdd25808 - [v2,02/15] ARM: actions: Drop unneeded select of COMMON_CLK https://git.kernel.org/soc/soc/c/4039a44c9ee9ce09fe0ca480788b89071ee6c585 - [v2,03/15] ARM: alpine: Drop unneeded select of HAVE_SMP https://git.kernel.org/soc/soc/c/84ce0141031a80864083448ba919046393ca0eb4 - [v2,04/15] ARM: asm9260: Drop unneeded select of GENERIC_CLOCKEVENTS https://git.kernel.org/soc/soc/c/80454a9908d70f76c44b28f3ec2af61aea16e0c1 - [v2,05/15] ARM: aspeed: Drop unneeded select of HAVE_SMP https://git.kernel.org/soc/soc/c/9fdba09a039e9a045e6c7cd0342ff646ad8f81ff - [v2,06/15] ARM: berlin: Drop unneeded select of HAVE_SMP https://git.kernel.org/soc/soc/c/b8c5a80689bae8c13029bde2cc605b7011a09dfe - [v2,07/15] ARM: clps711x: Drop unneeded select of multi-platform selected options https://git.kernel.org/soc/soc/c/022dacdd278da6d3746c8f62ce293c67aaa7b6fc - [v2,08/15] ARM: davinci: Drop unneeded select of TIMER_OF https://git.kernel.org/soc/soc/c/671ae272850484844b0897bf1c2f01a52a284dc7 - [v2,09/15] ARM: integrator: Drop unneeded select of SPARSE_IRQ https://git.kernel.org/soc/soc/c/ba637aa019e038a518236bb56afcdb86ebfd269c - [v2,10/15] ARM: mmp: Drop unneeded select of COMMON_CLK https://git.kernel.org/soc/soc/c/1942cf1cb5e233a9223c1ad1ea05aa26bce7a51c - [v2,11/15] ARM: mvebu: Drop unneeded select of HAVE_SMP https://git.kernel.org/soc/soc/c/c5b18873f5b956bd46d42effbffb1b929788190a - [v2,12/15] ARM: omap2plus: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0 https://git.kernel.org/soc/soc/c/4f0f02cc4b5406a3dc0079722aaa01b31c5783f7 - [v2,13/15] ARM: prima2: Drop unneeded select of HAVE_SMP https://git.kernel.org/soc/soc/c/9fe2b45889db54fdfa9080f826e08e3bdcf0e18d - [v2,14/15] ARM: realview: Drop unneeded select of multi-platform features https://git.kernel.org/soc/soc/c/65fd41e6fa2ee0905b06379d1ef1ff52b3f27156 - [v2,15/15] ARM: socfpga: Drop unneeded select of PCI_DOMAINS_GENERIC https://git.kernel.org/soc/soc/c/9d281a4f6fd61341da2fd08bf0b9449ed72b40e3 You are awesome, thank you!