soc: bcm: brcmstb: depend on ARCH_BRCMSTB over arm arches
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 9 Oct 2023 13:58:17 +0000 (14:58 +0100)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Mon, 9 Oct 2023 18:51:08 +0000 (11:51 -0700)
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>
drivers/soc/bcm/Kconfig

index f96906795fa6dd69a9e6c0ddd988ce2c36fbbbd8..ffca9e1d867764a67ce5e77d87f7ff3491a6d3d5 100644 (file)
@@ -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.