mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM64: config: enable the devfreq_thermal for rockchip
It will enable the devfreq thermal that's generic devfreq cooling mechanism through frequency reduction for devices using devfreq. This will throttle the device by limiting the maximum allowed DVFS frequency corresponding to the cooling level. Change-Id: Ia017ecf46599700382b9604e375193135f7d1d24 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -329,6 +329,7 @@ CONFIG_THERMAL=y
|
||||
CONFIG_THERMAL_WRITABLE_TRIPS=y
|
||||
CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
|
||||
CONFIG_CPU_THERMAL=y
|
||||
CONFIG_DEVFREQ_THERMAL=y
|
||||
CONFIG_ROCKCHIP_THERMAL=y
|
||||
CONFIG_MFD_RK808=y
|
||||
CONFIG_REGULATOR=y
|
||||
|
||||
@@ -321,6 +321,7 @@ CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE=y
|
||||
CONFIG_THERMAL_GOV_STEP_WISE=y
|
||||
CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
|
||||
CONFIG_CPU_THERMAL=y
|
||||
CONFIG_DEVFREQ_THERMAL=y
|
||||
CONFIG_ROCKCHIP_THERMAL=y
|
||||
CONFIG_MFD_RK808=y
|
||||
CONFIG_REGULATOR=y
|
||||
|
||||
Reference in New Issue
Block a user