Skip to content

Commit 089d08d

Browse files
nullr0uteffainelli
authored andcommitted
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>
1 parent a21ecc5 commit 089d08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/bcm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ config SOC_BCM63XX
3333

3434
config SOC_BRCMSTB
3535
bool "Broadcom STB SoC drivers"
36-
depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST
36+
depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
3737
select SOC_BUS
3838
help
3939
Enables drivers for the Broadcom Set-Top Box (STB) series of chips.

0 commit comments

Comments
 (0)