diff options
Diffstat (limited to 'package/kernel')
-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 8f68bd8251..2f6f774e1f 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) |