drivers/soc/mediatek/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
Il 04/04/25 13:23, Krzysztof Kozlowski ha scritto: > Enabling the compile test should not cause automatic enabling of such > drivers. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > --- > 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
On 04/04/2025 13:29, AngeloGioacchino Del Regno wrote: > Il 04/04/25 13:23, Krzysztof Kozlowski ha scritto: >> Enabling the compile test should not cause automatic enabling of such >> drivers. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > >> --- Ping This was almost two months ago. I would assume that with maintainer review, this should be applied fast. What is here needed? Best regards, Krzysztof
© 2016 - 2026 Red Hat, Inc.