Skip to content

Commit e7ba9d1

Browse files
nullr0uteBartosz Golaszewski
authored andcommitted
gpio: brcmstb: Allow building driver for ARCH_BCM2835
The GPIO_BRCMSTB hardware IP is also included in the bcm2712 SoC so enable the driver to also be built for ARCH_BCM2835. Signed-off-by: Peter Robinson <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 2ba4746 commit e7ba9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ config GPIO_BCM_XGS_IPROC
219219
config GPIO_BRCMSTB
220220
tristate "BRCMSTB GPIO support"
221221
default y if (ARCH_BRCMSTB || BMIPS_GENERIC)
222-
depends on OF_GPIO && (ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST)
222+
depends on OF_GPIO && (ARCH_BRCMSTB || ARCH_BCM2835 || BMIPS_GENERIC || COMPILE_TEST)
223223
select GPIO_GENERIC
224224
select IRQ_DOMAIN
225225
help

0 commit comments

Comments
 (0)