Skip to content
Snippets Groups Projects
Commit f9a42ae2 authored by Stijn Tintel's avatar Stijn Tintel
Browse files

kernel: define THERMAL_EMERGENCY_POWEROFF_DELAY_MS


Enabling CONFIG_ATH10K_THERMAL on targets that don't have CONFIG_THERMAL
enabled in their kernel config causes build to fail due to missing
symbol THERMAL_EMERGENCY_POWEROFF_DELAY_MS. Add it to kmod-thermal.

Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
parent a704a2c0
No related branches found
No related tags found
No related merge requests found
......@@ -927,6 +927,7 @@ define KernelPackage/thermal
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y \
CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE=n \
CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE=n \
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 \
CONFIG_THERMAL_GOV_FAIR_SHARE=n \
CONFIG_THERMAL_GOV_STEP_WISE=y \
CONFIG_THERMAL_GOV_USER_SPACE=n \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment