From 850a2134ceba594301d907098308b4c51af9d240 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 11 May 2014 22:42:21 +0000 Subject: kernel: other.mk: add thermal option It is available in later kernel versions. Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40752 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/other.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/kernel/linux/modules/other.mk') 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 \ -- cgit v1.2.3