Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3536139ybl; Tue, 21 Jan 2020 02:35:52 -0800 (PST) X-Google-Smtp-Source: APXvYqzvQqcdivtRQghVTrPRdtBAENtTXAkv6tma4kiyDZyj9u3ZZH061Jz0RHgYijMvftLPu9NF X-Received: by 2002:aca:5745:: with SMTP id l66mr2491785oib.3.1579602952392; Tue, 21 Jan 2020 02:35:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579602952; cv=none; d=google.com; s=arc-20160816; b=eBKwxDfue+uqMH6EbzRSXobHQIQhrXu9pIpCUPvG5G8q9AM0XNAbq2tuiSZwhqNOca CVsslbVFu2AsgZCNIcmvHy575ZlDkHvtALzAHX3fIqmjrFmQfcDAW+8eqBQyNcnCoo4V FJWvYKmIA/8hyb+mqYsa2Mu8VsAXEqPoH9Haqq18kmTbzhtUEy5oiPcPmkokco5mcdqH t4Cd50+6G8tokGQdo4GlIfB9cKr3JU4TaPWctFd2PW83r+ely93TtHrZrwviIPeQjtyh 0f6v6PHE9UyrPbQBxZJbv70zA4brE7xDCQSSqoi6DUyXLN5CYHIgKO0B5m1P7nTcl+Hf TYag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=s1YSTguL/hCmgnqSxmu7WqBxT0TLxhcf3GEoX0sxBss=; b=z3wTEUmgwKXFYFqM89dXU2mC3y0PCZ2pVsWb0uvhMyBLuOph2evs0Qdb6AVAJg5dMa nTttK03m33AcfwuZdQ9tSqx5999TsUYVlYHSeOJCKYeYwONH10F1PxjySOL8ikYF3c2V VTx0kBT4vgL+73/AVY1nkvx3VWoecdQuQOKddoGblnJk30KCC8GDKsTPPYZLwk/DMLjN I6R3Acgcwug3MxID2IIUGTOzTOKxt9Da3Zk0Bfrmf+rxH94v2H4v6j2ALFEfObyL+uDd WQldUfVo2gOX5P3eOkxHJOWGXBxoXHjfXchgkXk5QjdpHEukcaM3ksIr+HKpsZjs3HI5 aoUQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h9si20924495otb.49.2020.01.21.02.35.40; Tue, 21 Jan 2020 02:35:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729416AbgAUKeW (ORCPT + 99 others); Tue, 21 Jan 2020 05:34:22 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:50380 "EHLO xavier.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728512AbgAUKeV (ORCPT ); Tue, 21 Jan 2020 05:34:21 -0500 Received: from ramsan ([84.195.182.253]) by xavier.telenet-ops.be with bizsmtp id syaJ210175USYZQ01yaJ3s; Tue, 21 Jan 2020 11:34:19 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1itqrS-0000wf-RQ; Tue, 21 Jan 2020 11:34:18 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1itqrS-0000ML-PG; Tue, 21 Jan 2020 11:34:18 +0100 From: Geert Uytterhoeven To: Arnd Bergmann , Kevin Hilman , Olof Johansson Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 00/20] ARM: Drop unneeded select of multi-platform selected options Date: Tue, 21 Jan 2020 11:34:13 +0100 Message-Id: <20200121103413.1337-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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