From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Arnd Bergmann <arnd@arndb.de>, Kevin Hilman <khilman@kernel.org>,
Olof Johansson <olof@lixom.net>
Cc: Florian Fainelli <f.fainelli@gmail.com>,
Scott Branden <sbranden@broadcom.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Ray Jui <rjui@broadcom.com>,
linux-kernel@vger.kernel.org,
bcm-kernel-feedback-list@broadcom.com,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/20] ARM: bcm: Drop unneeded select of PCI_DOMAINS_GENERIC, HAVE_SMP, TIMER_OF
Date: Tue, 21 Jan 2020 11:37:08 +0100 [thread overview]
Message-ID: <20200121103722.1781-6-geert+renesas@glider.be> (raw)
In-Reply-To: <20200121103722.1781-1-geert+renesas@glider.be>
Support for Broadcom SoCs depends on ARCH_MULTI_V6_V7, and thus on
ARCH_MULTIPLATFORM, which selects PCI_DOMAINS_GENERIC and TIMER_OF.
Support for the various Broadcom IPROC architected SoCs depends on
ARCH_MULTI_V7, which selects HAVE_SMP.
Hence there is no need for the Broadcom-specific symbols to select any
of them.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: bcm-kernel-feedback-list@broadcom.com
---
All patches in this series are independent of each other.
Cover letter at https://lore.kernel.org/r/20200121103413.1337-1-geert+renesas@glider.be
arch/arm/mach-bcm/Kconfig | 8 --------
1 file changed, 8 deletions(-)
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index fcfe2a0e805896e9..6aa938b949db2fec 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -20,7 +20,6 @@ config ARCH_BCM_IPROC
select GPIOLIB
select ARM_AMBA
select PINCTRL
- select PCI_DOMAINS_GENERIC if PCI
help
This enables support for systems based on Broadcom IPROC architected SoCs.
The IPROC complex contains one or more ARM CPUs along with common
@@ -54,7 +53,6 @@ config ARCH_BCM_NSP
select ARM_ERRATA_754322
select ARM_ERRATA_775420
select ARM_ERRATA_764369 if SMP
- select HAVE_SMP
select THERMAL
select THERMAL_OF
help
@@ -73,7 +71,6 @@ config ARCH_BCM_5301X
select ARM_ERRATA_754322
select ARM_ERRATA_775420
select ARM_ERRATA_764369 if SMP
- select HAVE_SMP
help
Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
@@ -109,7 +106,6 @@ config ARCH_BCM_281XX
bool "Broadcom BCM281XX SoC family"
depends on ARCH_MULTI_V7
select ARCH_BCM_MOBILE
- select HAVE_SMP
help
Enable support for the BCM281XX family, which includes
BCM11130, BCM11140, BCM11351, BCM28145 and BCM28155
@@ -119,7 +115,6 @@ config ARCH_BCM_21664
bool "Broadcom BCM21664 SoC family"
depends on ARCH_MULTI_V7
select ARCH_BCM_MOBILE
- select HAVE_SMP
help
Enable support for the BCM21664 family, which includes
BCM21663 and BCM21664 variants.
@@ -128,7 +123,6 @@ config ARCH_BCM_23550
bool "Broadcom BCM23550 SoC"
depends on ARCH_MULTI_V7
select ARCH_BCM_MOBILE
- select HAVE_SMP
help
Enable support for the BCM23550.
@@ -165,7 +159,6 @@ config ARCH_BCM2835
select ZONE_DMA if ARCH_MULTI_V7
select ARM_TIMER_SP804
select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7
- select TIMER_OF
select BCM2835_TIMER
select PINCTRL
select PINCTRL_BCM2835
@@ -201,7 +194,6 @@ config ARCH_BCM_63XX
select HAVE_ARM_ARCH_TIMER
select HAVE_ARM_TWD if SMP
select HAVE_ARM_SCU if SMP
- select HAVE_SMP
help
This enables support for systems based on Broadcom DSL SoCs.
It currently supports the 'BCM63XX' ARM-based family, which includes
--
2.17.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-01-21 11:47 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Geert Uytterhoeven [this message]
2020-01-28 23:23 ` [PATCH 06/20] ARM: bcm: Drop unneeded select of PCI_DOMAINS_GENERIC, HAVE_SMP, TIMER_OF 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200121103722.1781-6-geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=arnd@arndb.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=f.fainelli@gmail.com \
--cc=khilman@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=olof@lixom.net \
--cc=rjui@broadcom.com \
--cc=sbranden@broadcom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).