diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-11 22:42:21 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-11 22:42:21 +0000 |
commit | 850a2134ceba594301d907098308b4c51af9d240 (patch) | |
tree | 045ee9a5ccfd79a80ab56787af90e382a8abf4b5 /package | |
parent | 82112353f8a67369458e83cb1f91d7773f6decdb (diff) | |
download | upstream-850a2134ceba594301d907098308b4c51af9d240.tar.gz upstream-850a2134ceba594301d907098308b4c51af9d240.tar.bz2 upstream-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.mk | 1 |
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 \ |