diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2019-01-02 10:51:54 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-01-07 14:53:40 +0100 |
commit | 4aac2bf0760d359af44e423dc01e10880d9d18b0 (patch) | |
tree | 3f7f0ceec05caf47c6c643773e5d99beb14ae48a /arch/arm64/configs/defconfig | |
parent | 12f41a5dfe6c250fcf14fa7770dd5ab7b914d38e (diff) |
arm64: defconfig: Enable R-Car thermal driver
Enable the R-Car thermal driver as a built-in.
This seems safer than enabling as a module from the point of view of
protecting equipment from overheating.
This driver is used in conjunction with the R-Car V3M (r8a77970),
E3 (r8a77990) and D3 (r8a77995) SoCs.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 22b5f6fcf723..741b5f305e03 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -401,6 +401,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_BCM2835_THERMAL=m |