summaryrefslogtreecommitdiff
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-06-20 20:44:18 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-06-20 20:44:18 +0000
commiteb394977f4b80571ffc0852a78f7adff3644f5f7 (patch)
tree9277ae0beb8b1fda69fdce92fa3fe4891364cdc2 /package/kernel/linux
parent86fe5a448741fa37267b8b60be3ffdb9efb9d2b8 (diff)
downloadmtk-20170518-eb394977f4b80571ffc0852a78f7adff3644f5f7.zip
mtk-20170518-eb394977f4b80571ffc0852a78f7adff3644f5f7.tar.gz
mtk-20170518-eb394977f4b80571ffc0852a78f7adff3644f5f7.tar.bz2
make thermal framework registered sensors also register as hwmons
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41290
Diffstat (limited to 'package/kernel/linux')
-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 8f68bd8..2f6f774 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -855,6 +855,7 @@ define KernelPackage/thermal
CONFIG_THERMAL_GOV_FAIR_SHARE=n \
CONFIG_THERMAL_GOV_STEP_WISE=y \
CONFIG_THERMAL_GOV_USER_SPACE=n \
+ CONFIG_THERMAL_HWMON=y \
CONFIG_THERMAL_EMULATION=n
FILES:=$(LINUX_DIR)/drivers/thermal/thermal_sys.ko
AUTOLOAD:=$(call AutoProbe,thermal_sys)