diff mbox series

defconfig: arm64: add i.MX system controller thermal support

Message ID 1543298903-8389-1-git-send-email-Anson.Huang@nxp.com (mailing list archive)
State New, archived
Headers show
Series defconfig: arm64: add i.MX system controller thermal support | expand

Commit Message

Anson Huang Nov. 27, 2018, 6:13 a.m. UTC
This patch enables CONFIG_IMX_SC_THERMAL by default.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
	This patch is based on https://patchwork.kernel.org/patch/10677315/
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Olof Johansson Nov. 27, 2018, 11:28 p.m. UTC | #1
Hi,

On Mon, Nov 26, 2018 at 10:14 PM Anson Huang <anson.huang@nxp.com> wrote:
>
> This patch enables CONFIG_IMX_SC_THERMAL by default.
>
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

I don't think this driver is needed to boot the system to root
filesystem, is it? If so, it would be preferred to enable this as a
module to keep kernel binary size down for all platforms.

It looks like we should revisit and bring some of the other platforms
back to modules too (Rockchip is today, but Renesas and Armada don't
seem to be).


-Olof
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d3aa3f7..6d224f7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -376,6 +376,7 @@  CONFIG_SENSORS_RASPBERRYPI_HWMON=m
 CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
 CONFIG_CPU_THERMAL=y
 CONFIG_THERMAL_EMULATION=y
+CONFIG_IMX_SC_THERMAL=y
 CONFIG_ROCKCHIP_THERMAL=m
 CONFIG_RCAR_GEN3_THERMAL=y
 CONFIG_ARMADA_THERMAL=y