diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-02-22 01:08:51 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-10 08:00:39 +0100 |
commit | 34e46ed80df6cdeafad3cd344dd28837ba17053e (patch) | |
tree | 6b7845376e517679f9ab4cc362fd283174351bfa /arch/arm64/configs | |
parent | ARM: multi_v7_defconfig: enable drm imx support (diff) | |
download | linux-34e46ed80df6cdeafad3cd344dd28837ba17053e.tar.xz linux-34e46ed80df6cdeafad3cd344dd28837ba17053e.zip |
arm64: defconfig: add i.MX system controller thermal support
This patch enables CONFIG_IMX_SC_THERMAL as module.
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 256345fef287..31d098438a43 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -454,6 +454,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 |