Enable the R-Car thermal driver as a built-in.
This driver is used in conjunction with the R-Car V3M (r8a77970),
E3 (r8a77990) and D3 (r8a77995) SoCs.
[v2] Enable as a built-in rather than a module as this seems
safer from the point of view of protecting equipment from
overheating.
Signed-off-by: Simon Horman <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
Based on renesas-devel-20190102-v4.20
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a0801002b537..4530f50f06e5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -377,6 +377,7 @@ CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
CONFIG_CPU_THERMAL=y
CONFIG_THERMAL_EMULATION=y
CONFIG_ROCKCHIP_THERMAL=m
+CONFIG_RCAR_THERMAL=y
CONFIG_RCAR_GEN3_THERMAL=y
CONFIG_ARMADA_THERMAL=y
CONFIG_BRCMSTB_THERMAL=m
--
2.11.0