aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2023-10-09 14:58:18 +0100
committerSebastian Reichel <sebastian.reichel@collabora.com>2023-10-13 02:33:00 +0200
commit3c693ac29e3fb4e1d88652e633a9dc16e1dd76e4 (patch)
tree091c957256fddea3a6c917eeddb5af0c1bde590f /drivers/power
parentd03d2a8cdefe86f04cfb53934a708620e7dfbfcb (diff)
downloadlinux-3c693ac29e3fb4e1d88652e633a9dc16e1dd76e4.tar.gz
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>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/reset/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index 59e1ebb7842e5..b9733fa402767 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -66,7 +66,7 @@ config POWER_RESET_BRCMKONA
config POWER_RESET_BRCMSTB
bool "Broadcom STB reset driver"
- depends on ARM || ARM64 || MIPS || COMPILE_TEST
+ depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
depends on MFD_SYSCON
default ARCH_BRCMSTB || BMIPS_GENERIC
help