2022-01-07 18:04:33

by Marcel Ziswiler

[permalink] [raw]
Subject: [PATCH v1 08/14] arm64: defconfig: build lm75 temperature sensor driver as a module

From: Marcel Ziswiler <[email protected]>

Build Maxim Integrated LM75 temperature sensor driver as a module.

Signed-off-by: Marcel Ziswiler <[email protected]>
---

arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 1d0fe0bd0059..b4fd61fda35d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -541,6 +541,7 @@ CONFIG_CHARGER_BQ25980=m
CONFIG_SENSORS_ARM_SCMI=y
CONFIG_SENSORS_ARM_SCPI=y
CONFIG_SENSORS_JC42=m
+CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_PWM_FAN=m
CONFIG_SENSORS_RASPBERRYPI_HWMON=m
--
2.33.1



2022-01-10 08:43:29

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 08/14] arm64: defconfig: build lm75 temperature sensor driver as a module

On 07/01/2022 19:03, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <[email protected]>
>
> Build Maxim Integrated LM75 temperature sensor driver as a module.

Why?

>
> Signed-off-by: Marcel Ziswiler <[email protected]>
> ---
>
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>


Best regards,
Krzysztof