projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fc0484
)
kernel: other.mk: add thermal option
author
Luka Perkov
<luka@openwrt.org>
Sun, 11 May 2014 22:42:21 +0000
(22:42 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Sun, 11 May 2014 22:42:21 +0000
(22:42 +0000)
It is available in later kernel versions.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40752
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 48294014b7ec7304e3527357ae6a9407a2c8cc8d..00c73fc92010c10cae1ad690f12bfb3c735ca88b 100644
(file)
--- 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 \