[PATCH] soc: mediatek: Do not enable MTK_SOCINFO by default during compile testing
From: Krzysztof Kozlowski
Date: Fri Apr 04 2025 - 07:24:13 EST
Enabling the compile test should not cause automatic enabling of such
drivers.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
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