linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: mediatek: Do not enable MTK_SOCINFO by default during compile testing
@ 2025-04-04 11:23 Krzysztof Kozlowski
  2025-04-04 11:29 ` AngeloGioacchino Del Regno
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-04-04 11:23 UTC (permalink / raw)
  To: Matthias Brugger, AngeloGioacchino Del Regno, linux-kernel,
	linux-arm-kernel, linux-mediatek
  Cc: Krzysztof Kozlowski

Enabling the compile test should not cause automatic enabling of such
drivers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 drivers/soc/mediatek/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig
index d7293977f06e..006214f8e5ee 100644
--- a/drivers/soc/mediatek/Kconfig
+++ b/drivers/soc/mediatek/Kconfig
@@ -81,7 +81,7 @@ config MTK_SVS
 
 config MTK_SOCINFO
 	tristate "MediaTek SoC Information"
-	default y
+	default ARCH_MEDIATEK
 	depends on NVMEM_MTK_EFUSE
 	select SOC_BUS
 	help
-- 
2.45.2



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

end of thread, other threads:[~2025-05-22 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04 11:23 [PATCH] soc: mediatek: Do not enable MTK_SOCINFO by default during compile testing Krzysztof Kozlowski
2025-04-04 11:29 ` AngeloGioacchino Del Regno
2025-05-22 18:34   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).