[PATCH] soc: mediatek: Do not enable MTK_SOCINFO by default during compile testing

Krzysztof Kozlowski posted 1 patch 10 months, 1 week ago
drivers/soc/mediatek/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] soc: mediatek: Do not enable MTK_SOCINFO by default during compile testing
Posted by Krzysztof Kozlowski 10 months, 1 week ago
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
Re: [PATCH] soc: mediatek: Do not enable MTK_SOCINFO by default during compile testing
Posted by AngeloGioacchino Del Regno 10 months, 1 week ago
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
Re: [PATCH] soc: mediatek: Do not enable MTK_SOCINFO by default during compile testing
Posted by Krzysztof Kozlowski 8 months, 3 weeks ago
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