make thermal framework registered sensors also register as hwmons

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 41290
master
Imre Kaloz 10 years ago
parent 86fe5a4487
commit eb394977f4
  1. 1
      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)

Loading…
Cancel
Save