From d3459ace11ec6496c374fac306d6cc84360df070 Mon Sep 17 00:00:00 2001 From: Jacob Chen Date: Tue, 15 Nov 2016 15:47:30 +0800 Subject: [PATCH] arm64: configs: enable thermal fair share for rk3399 linux Change-Id: Ic69b404e075dfe2999b88eb5c808e01c10a97d0d Signed-off-by: Jacob Chen --- arch/arm64/configs/rockchip_linux_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/configs/rockchip_linux_defconfig b/arch/arm64/configs/rockchip_linux_defconfig index 85abeb41d651..f555f39c2770 100644 --- a/arch/arm64/configs/rockchip_linux_defconfig +++ b/arch/arm64/configs/rockchip_linux_defconfig @@ -229,6 +229,9 @@ CONFIG_SYSCON_REBOOT_MODE=y CONFIG_POWER_AVS=y CONFIG_ROCKCHIP_IODOMAIN=y CONFIG_THERMAL=y +CONFIG_THERMAL_WRITABLE_TRIPS=y +CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR=y +CONFIG_THERMAL_GOV_FAIR_SHARE=y CONFIG_CPU_THERMAL=y CONFIG_ROCKCHIP_THERMAL=y CONFIG_MFD_CROS_EC=y -- 2.34.1