diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-05-24 03:40:37 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-26 05:24:06 +0300 |
commit | 6ec0c10b5aee72f5756cbcd0471cb51aa0622a29 (patch) | |
tree | 964374f43a84144255299ea379662009f00053e3 /arch/arm64/configs | |
parent | 3557c3669329aaebd66f70186cc4a2ab02277b50 (diff) | |
download | linux-6ec0c10b5aee72f5756cbcd0471cb51aa0622a29.tar.xz |
arm64: defconfig: Enable CONFIG_QORIQ_THERMAL
i.MX8MQ needs CONFIG_QORIQ_THERMAL for thermal support.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c8056b567488..19a8ea691c79 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -412,6 +412,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 |