1# 2# Generic thermal sysfs drivers configuration 3# 4 5menuconfig THERMAL 6 tristate "Generic Thermal sysfs driver" 7 depends on NET 8 help 9 Generic Thermal Sysfs driver offers a generic mechanism for 10 thermal management. Usually it's made up of one or more thermal 11 zone and cooling device. 12 Each thermal zone contains its own temperature, trip points, 13 cooling devices. 14 All platforms with ACPI thermal support can use this driver. 15 If you want this support, you should say Y or M here. 16 17config THERMAL_HWMON 18 bool "Hardware monitoring support" 19 depends on THERMAL 20 depends on HWMON=y || HWMON=THERMAL 21 help 22 The generic thermal sysfs driver's hardware monitoring support 23 requires a 2.10.7/3.0.2 or later lm-sensors userspace. 24 25 Say Y if your user-space is new enough. 26