Author: kaloz Date: 2014-06-20 22:44:18 +0200 (Fri, 20 Jun 2014) New Revision: 41290
Modified: trunk/package/kernel/linux/modules/other.mk Log: [kernel]: make thermal framework registered sensors also register as hwmons Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2014-06-20 20:42:47 UTC (rev 41289) +++ trunk/package/kernel/linux/modules/other.mk 2014-06-20 20:44:18 UTC (rev 41290) @@ -855,6 +855,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
