Skip to content

Commit a7b17ec

Browse files
jhovoldstorulf
authored andcommitted
mmc: wmt-sdmmc: fix compile test default
Enabling compile testing should not enable every individual driver (we have "allyesconfig" for that). Fixes: 7cd8db0 ("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>
1 parent 211ddde commit a7b17ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/host/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ config MMC_USHC
950950
config MMC_WMT
951951
tristate "Wondermedia SD/MMC Host Controller support"
952952
depends on ARCH_VT8500 || COMPILE_TEST
953-
default y
953+
default ARCH_VT8500
954954
help
955955
This selects support for the SD/MMC Host Controller on
956956
Wondermedia WM8505/WM8650 based SoCs.

0 commit comments

Comments
 (0)