aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-11 22:42:21 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-11 22:42:21 +0000
commit850a2134ceba594301d907098308b4c51af9d240 (patch)
tree045ee9a5ccfd79a80ab56787af90e382a8abf4b5 /package
parent82112353f8a67369458e83cb1f91d7773f6decdb (diff)
downloadmaster-187ad058-850a2134ceba594301d907098308b4c51af9d240.tar.gz
master-187ad058-850a2134ceba594301d907098308b4c51af9d240.tar.bz2
master-187ad058-850a2134ceba594301d907098308b4c51af9d240.zip
kernel: other.mk: add thermal option
It is available in later kernel versions. Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40752 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/linux/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
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 \