From eb394977f4b80571ffc0852a78f7adff3644f5f7 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 20 Jun 2014 20:44:18 +0000 Subject: [PATCH] make thermal framework registered sensors also register as hwmons Signed-off-by: Imre Kaloz SVN-Revision: 41290 --- package/kernel/linux/modules/other.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 8f68bd8251c..2f6f774e1f6 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) -- 2.30.2