]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
mmc: sdhci-brcmstb: Add ARCH_BCM2835 option
authorPeter Robinson <pbrobinson@gmail.com>
Thu, 20 Jun 2024 07:42:38 +0000 (08:42 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Jun 2024 14:35:03 +0000 (16:35 +0200)
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>
drivers/mmc/host/Kconfig

index bb0d4fb0892ae1d1046716c9e7a3e8b7cd4c5aa6..eb3ecfe055910de62bac91bb2db88994b07a46b2 100644 (file)
@@ -1016,7 +1016,7 @@ config MMC_SDHCI_MICROCHIP_PIC32
 
 config MMC_SDHCI_BRCMSTB
        tristate "Broadcom SDIO/SD/MMC support"
-       depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
+       depends on ARCH_BRCMSTB || ARCH_BCM2835 || BMIPS_GENERIC || COMPILE_TEST
        depends on MMC_SDHCI_PLTFM
        select MMC_CQHCI
        default ARCH_BRCMSTB || BMIPS_GENERIC