[PATCH] soc: mediatek: Do not enable MTK_SOCINFO by default during compile testing
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Fri Apr 4 04:23:59 PDT 2025
Enabling the compile test should not cause automatic enabling of such
drivers.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at 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
More information about the linux-arm-kernel
mailing list