Skip to content

Commit 6a1326d

Browse files
nullr0uteUlf Hansson
authored andcommitted
mmc: sdhci-brcmstb: Add ARCH_BCM2835 option
The Raspberry Pi devices have to date all used ARCH_BCM2835 as their SoC arch dependency so configurations that use this and not BRCMSTB won't end up with this module in their config. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Andrea della Porta <andrea.porta@suse.com> Link: https://lore.kernel.org/r/20240620074248.152353-1-pbrobinson@gmail.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 254274c commit 6a1326d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/host/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ config MMC_SDHCI_MICROCHIP_PIC32
10161016

10171017
config MMC_SDHCI_BRCMSTB
10181018
tristate "Broadcom SDIO/SD/MMC support"
1019-
depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
1019+
depends on ARCH_BRCMSTB || ARCH_BCM2835 || BMIPS_GENERIC || COMPILE_TEST
10201020
depends on MMC_SDHCI_PLTFM
10211021
select MMC_CQHCI
10221022
default ARCH_BRCMSTB || BMIPS_GENERIC

0 commit comments

Comments
 (0)