Skip to content

Commit c1c654b

Browse files
manikandan-m11claudiubeznea
authored andcommitted
ARM: at91: at91_dt_defconfig: set MMC_SPI to module
Change CONFIG_MMC_SPI from built-in to module in the at91_dt_defconfig. This allows the MMC over SPI driver to be loaded only when needed for WILC subsystem. Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> Link: https://lore.kernel.org/r/20250923094552.430595-1-manikandan.m@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 3a86608 commit c1c654b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/configs/at91_dt_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ CONFIG_MMC_SDHCI=y
181181
CONFIG_MMC_SDHCI_PLTFM=y
182182
CONFIG_MMC_SDHCI_OF_AT91=y
183183
CONFIG_MMC_ATMELMCI=y
184-
CONFIG_MMC_SPI=y
184+
CONFIG_MMC_SPI=m
185185
CONFIG_NEW_LEDS=y
186186
CONFIG_LEDS_CLASS=y
187187
CONFIG_LEDS_GPIO=y

0 commit comments

Comments
 (0)