From: Luka Perkov Date: Sun, 11 May 2014 22:42:21 +0000 (+0000) Subject: kernel: other.mk: add thermal option X-Git-Tag: v19.07.0-rc1~17922 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c43b291c4e5b0afaf141709fce2702bb52bee14b;p=openwrt%2Fstaging%2Fhauke.git kernel: other.mk: add thermal option It is available in later kernel versions. Signed-off-by: Luka Perkov SVN-Revision: 40752 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 48294014b7..00c73fc920 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -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 \