summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManikandan Muralidharan <manikandan.m@microchip.com>2025-09-23 15:15:52 +0530
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>2025-11-08 11:06:23 +0200
commitc1c654b5daceea6143a31292ec0e4f53cac2083d (patch)
tree0b4fb95ad2632a28eb9473baa35adcd0165787e0
parent3a8660878839faadb4f1a6dd72c3179c1df56787 (diff)
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>
-rw-r--r--arch/arm/configs/at91_dt_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
index ff13e1ecf4bb..4f1153098b16 100644
--- a/arch/arm/configs/at91_dt_defconfig
+++ b/arch/arm/configs/at91_dt_defconfig
@@ -181,7 +181,7 @@ CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_OF_AT91=y
CONFIG_MMC_ATMELMCI=y
-CONFIG_MMC_SPI=y
+CONFIG_MMC_SPI=m
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=y