]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mmc: wmt-sdmmc: fix compile test default
authorJohan Hovold <johan@kernel.org>
Fri, 10 Oct 2025 13:38:56 +0000 (15:38 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 21 Oct 2025 11:37:18 +0000 (13:37 +0200)
Enabling compile testing should not enable every individual driver (we
have "allyesconfig" for that).

Fixes: 7cd8db0fb0b2 ("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>
drivers/mmc/host/Kconfig

index 2c963cb6724b9e31a7a6e14497262ef01d2691e7..10d0ef58ef493102d3586d7a31d755543297999a 100644 (file)
@@ -950,7 +950,7 @@ config MMC_USHC
 config MMC_WMT
        tristate "Wondermedia SD/MMC Host Controller support"
        depends on ARCH_VT8500 || COMPILE_TEST
-       default y
+       default ARCH_VT8500
        help
          This selects support for the SD/MMC Host Controller on
          Wondermedia WM8505/WM8650 based SoCs.