2019-05-24 00:44:26

by Anson Huang

[permalink] [raw]
Subject: [PATCH RESEND] arm64: defconfig: Enable CONFIG_QORIQ_THERMAL

i.MX8MQ needs CONFIG_QORIQ_THERMAL for thermal support.

Signed-off-by: Anson Huang <[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 f0bad30..c91642d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -420,6 +420,7 @@ CONFIG_SENSORS_INA2XX=m
CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
CONFIG_CPU_THERMAL=y
CONFIG_THERMAL_EMULATION=y
+CONFIG_QORIQ_THERMAL=m
CONFIG_ROCKCHIP_THERMAL=m
CONFIG_RCAR_THERMAL=y
CONFIG_RCAR_GEN3_THERMAL=y
--
2.7.4


2019-06-03 16:59:10

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH RESEND] arm64: defconfig: Enable CONFIG_QORIQ_THERMAL

On Fri, May 24, 2019 at 12:40:37AM +0000, Anson Huang wrote:
> i.MX8MQ needs CONFIG_QORIQ_THERMAL for thermal support.
>
> Signed-off-by: Anson Huang <[email protected]>

Applied, thanks.