All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: Florian Fainelli <florian.fainelli@broadcom.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	Arnd Bergmann <arnd@kernel.org>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Cc: Peter Robinson <pbrobinson@gmail.com>
Subject: [PATCH 1/3] soc: bcm: brcmstb: depend on ARCH_BRCMSTB over arm arches
Date: Mon,  9 Oct 2023 14:58:17 +0100	[thread overview]
Message-ID: <20231009135833.17880-2-pbrobinson@gmail.com> (raw)
In-Reply-To: <20231009135833.17880-1-pbrobinson@gmail.com>

The SOC_BRCMSTB is better depending on ARCH_BRCMSTB as it's
defined for both arm and aarch64 but is more specific to
the actual SoC's dependencies, it'll still get compile tested.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 drivers/soc/bcm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/bcm/Kconfig b/drivers/soc/bcm/Kconfig
index f96906795fa6..ffca9e1d8677 100644
--- a/drivers/soc/bcm/Kconfig
+++ b/drivers/soc/bcm/Kconfig
@@ -33,7 +33,7 @@ config SOC_BCM63XX
 
 config SOC_BRCMSTB
 	bool "Broadcom STB SoC drivers"
-	depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST
+	depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
 	select SOC_BUS
 	help
 	  Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
-- 
2.41.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-10-09 13:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-09 13:58 [PATCH 0/3] Cleanup some BRCMSTB Kconfig options Peter Robinson
2023-10-09 13:58 ` Peter Robinson [this message]
2023-10-09 17:50   ` [PATCH 1/3] soc: bcm: brcmstb: depend on ARCH_BRCMSTB over arm arches Florian Fainelli
2023-10-09 13:58 ` [PATCH 2/3] power: reset: brcmstb: Depend on actual SoC dependencies Peter Robinson
2023-10-09 13:58   ` Peter Robinson
2023-10-09 17:58   ` Florian Fainelli
2023-10-09 17:58     ` Florian Fainelli
2023-10-09 13:58 ` [PATCH 3/3] bus: brcmstb_gisb: Depend on SoC specifics over generic arm Peter Robinson
2023-10-09 14:25   ` Arnd Bergmann
2023-10-13 20:54     ` Florian Fainelli
2023-10-09 17:50   ` Florian Fainelli
2023-10-13  2:03 ` (subset) [PATCH 0/3] Cleanup some BRCMSTB Kconfig options Sebastian Reichel

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=20231009135833.17880-2-pbrobinson@gmail.com \
    --to=pbrobinson@gmail.com \
    --cc=arnd@kernel.org \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=rjui@broadcom.com \
    --cc=sbranden@broadcom.com \
    --cc=ulf.hansson@linaro.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.