kernel: other.mk: add thermal option
It is available in later kernel versions. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40752
This commit is contained in:
parent
4fc0484982
commit
c43b291c4e
1 changed files with 1 additions and 0 deletions
|
@ -830,6 +830,7 @@ define KernelPackage/thermal
|
|||
HIDDEN:=1
|
||||
KCONFIG:= \
|
||||
CONFIG_THERMAL \
|
||||
CONFIG_THERMAL_OF=y \
|
||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y \
|
||||
CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE=n \
|
||||
CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE=n \
|
||||
|
|
Loading…
Reference in a new issue