From 7df2e5676d61555df350afc77a58a16156ea783f Mon Sep 17 00:00:00 2001 From: Jacob Chen Date: Tue, 15 Nov 2016 15:48:37 +0800 Subject: [PATCH] arm64: confis: enable devfreq thermal for rk3399 linux to enable gpu freq Change-Id: I8db7106d34592eb9f90b31838f60aba20313bdb5 Signed-off-by: Jacob Chen --- arch/arm64/configs/rockchip_linux_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_linux_defconfig b/arch/arm64/configs/rockchip_linux_defconfig index f555f39c2770..827eca090bcc 100644 --- a/arch/arm64/configs/rockchip_linux_defconfig +++ b/arch/arm64/configs/rockchip_linux_defconfig @@ -233,6 +233,7 @@ CONFIG_THERMAL_WRITABLE_TRIPS=y CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR=y CONFIG_THERMAL_GOV_FAIR_SHARE=y CONFIG_CPU_THERMAL=y +CONFIG_DEVFREQ_THERMAL=y CONFIG_ROCKCHIP_THERMAL=y CONFIG_MFD_CROS_EC=y CONFIG_MFD_CROS_EC_SPI=y -- 2.34.1