Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH] mmc: wmt-sdmmc: fix compile test default
@ 2025-10-10 13:38 Johan Hovold
  2025-10-17 13:30 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2025-10-10 13:38 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: linux-mmc, linux-kernel, Johan Hovold, Mikko Rapeli

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>
---
 drivers/mmc/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 2c963cb6724b..10d0ef58ef49 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -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.
-- 
2.49.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mmc: wmt-sdmmc: fix compile test default
  2025-10-10 13:38 [PATCH] mmc: wmt-sdmmc: fix compile test default Johan Hovold
@ 2025-10-17 13:30 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2025-10-17 13:30 UTC (permalink / raw)
  To: Johan Hovold; +Cc: linux-mmc, linux-kernel, Mikko Rapeli

On Fri, 10 Oct 2025 at 15:40, Johan Hovold <johan@kernel.org> wrote:
>
> 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>

Applied for fixes, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
> index 2c963cb6724b..10d0ef58ef49 100644
> --- a/drivers/mmc/host/Kconfig
> +++ b/drivers/mmc/host/Kconfig
> @@ -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.
> --
> 2.49.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-17 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10 13:38 [PATCH] mmc: wmt-sdmmc: fix compile test default Johan Hovold
2025-10-17 13:30 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox