mmc: wmt-sdmmc: fix compile test default

Enabling compile testing should not enable every individual driver (we
have "allyesconfig" for that).

Fixes: 7cd8db0fb0 ("mmc: add COMPILE_TEST to multiple drivers")
Cc: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Johan Hovold 2025-10-10 15:38:56 +02:00 committed by Ulf Hansson
parent 211ddde082
commit a7b17ece40
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ config MMC_USHC
config MMC_WMT config MMC_WMT
tristate "Wondermedia SD/MMC Host Controller support" tristate "Wondermedia SD/MMC Host Controller support"
depends on ARCH_VT8500 || COMPILE_TEST depends on ARCH_VT8500 || COMPILE_TEST
default y default ARCH_VT8500
help help
This selects support for the SD/MMC Host Controller on This selects support for the SD/MMC Host Controller on
Wondermedia WM8505/WM8650 based SoCs. Wondermedia WM8505/WM8650 based SoCs.