Skip to content

Commit 3c693ac

Browse files
nullr0utesre
authored andcommitted
power: reset: brcmstb: Depend on actual SoC dependencies
Depend on the explicit SoC defines rather than generic architectures like most of the rest of the HW drivers do. This makes the drivers only available for the HW and for compile testing. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: Sebastian Reichel <sre@kernel.org> Cc: linux-pm@vger.kernel.org Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> Link: https://lore.kernel.org/r/20231009135833.17880-3-pbrobinson@gmail.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent d03d2a8 commit 3c693ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/power/reset/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ config POWER_RESET_BRCMKONA
6666

6767
config POWER_RESET_BRCMSTB
6868
bool "Broadcom STB reset driver"
69-
depends on ARM || ARM64 || MIPS || COMPILE_TEST
69+
depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
7070
depends on MFD_SYSCON
7171
default ARCH_BRCMSTB || BMIPS_GENERIC
7272
help

0 commit comments

Comments
 (0)