Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

reset: brcmstb: Enable reset drivers for ARCH_BCM2835

The BRCMSTB and BRCMSTB_RESCAL reset drivers are also
used in the BCM2712, AKA the RPi5. The RPi platforms
have typically used the ARCH_BCM2835, and the PCIe
support for this SoC can use this config which depends
on these drivers so enable building them when just that
arch option is enabled to ensure the platform works as
expected.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20250630175301.846082-1-pbrobinson@gmail.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Peter Robinson and committed by
Philipp Zabel
1d99f92f 811fe8ad

+5 -5
+5 -5
drivers/reset/Kconfig
··· 51 51 52 52 config RESET_BRCMSTB 53 53 tristate "Broadcom STB reset controller" 54 - depends on ARCH_BRCMSTB || COMPILE_TEST 55 - default ARCH_BRCMSTB 54 + depends on ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST 55 + default ARCH_BRCMSTB || ARCH_BCM2835 56 56 help 57 57 This enables the reset controller driver for Broadcom STB SoCs using 58 58 a SUN_TOP_CTRL_SW_INIT style controller. ··· 60 60 config RESET_BRCMSTB_RESCAL 61 61 tristate "Broadcom STB RESCAL reset controller" 62 62 depends on HAS_IOMEM 63 - depends on ARCH_BRCMSTB || COMPILE_TEST 64 - default ARCH_BRCMSTB 63 + depends on ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST 64 + default ARCH_BRCMSTB || ARCH_BCM2835 65 65 help 66 66 This enables the RESCAL reset controller for SATA, PCIe0, or PCIe1 on 67 - BCM7216. 67 + BCM7216 or the BCM2712. 68 68 69 69 config RESET_EYEQ 70 70 bool "Mobileye EyeQ reset controller"