summaryrefslogtreecommitdiffstats
path: root/drivers/soc/bcm
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2023-10-09 14:58:17 +0100
committerFlorian Fainelli <florian.fainelli@broadcom.com>2023-10-09 11:51:08 -0700
commit089d08d7c3a36c56da6f23c8022f8f47aeab06a5 (patch)
tree65798f9de847518a378b85371bc210c3474ac04e /drivers/soc/bcm
parenta21ecc5262835604d280a36c8b2224f8e1f0199f (diff)
downloadlinux-089d08d7c3a36c56da6f23c8022f8f47aeab06a5.tar.gz
linux-089d08d7c3a36c56da6f23c8022f8f47aeab06a5.tar.bz2
linux-089d08d7c3a36c56da6f23c8022f8f47aeab06a5.zip
soc: bcm: brcmstb: depend on ARCH_BRCMSTB over arm arches
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> Link: https://lore.kernel.org/r/20231009135833.17880-2-pbrobinson@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Diffstat (limited to 'drivers/soc/bcm')
-rw-r--r--drivers/soc/bcm/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.