reset: brcmstb: Enable reset drivers for ARCH_BCM2835
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 30 Jun 2025 17:52:58 +0000 (18:52 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 1 Jul 2025 08:37:54 +0000 (10:37 +0200)
commit1d99f92f71b6b4b2eee776562c991428490f71ef
tree1c5af128f36413899f4fcb175f388f1ac37c776a
parent811fe8ad1db9b5e2fb20c2610f35e3a364bef620
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>
drivers/reset/Kconfig