2020-02-22 00:15:50

by Anson Huang

[permalink] [raw]
Subject: [PATCH V16 4/5] defconfig: arm64: add i.MX system controller thermal support

This patch enables CONFIG_IMX_SC_THERMAL as module.

Signed-off-by: Anson Huang <[email protected]>
---
No change.
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 1c74437..1ff479c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -453,6 +453,7 @@ CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
CONFIG_CPU_THERMAL=y
CONFIG_THERMAL_EMULATION=y
CONFIG_QORIQ_THERMAL=m
+CONFIG_IMX_SC_THERMAL=m
CONFIG_ROCKCHIP_THERMAL=m
CONFIG_RCAR_THERMAL=y
CONFIG_RCAR_GEN3_THERMAL=y
--
2.7.4


2020-03-10 07:03:53

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH V16 4/5] defconfig: arm64: add i.MX system controller thermal support

On Sat, Feb 22, 2020 at 08:08:51AM +0800, Anson Huang wrote:
> This patch enables CONFIG_IMX_SC_THERMAL as module.
>
> Signed-off-by: Anson Huang <[email protected]>

Prefix should be 'arm64: defconfig: ...'

Fixed it up and applied patch.

Shawn

> ---
> No change.
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 1c74437..1ff479c 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -453,6 +453,7 @@ CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
> CONFIG_CPU_THERMAL=y
> CONFIG_THERMAL_EMULATION=y
> CONFIG_QORIQ_THERMAL=m
> +CONFIG_IMX_SC_THERMAL=m
> CONFIG_ROCKCHIP_THERMAL=m
> CONFIG_RCAR_THERMAL=y
> CONFIG_RCAR_GEN3_THERMAL=y
> --
> 2.7.4
>