thermal: Add event notification to thermal framework
[deliverable/linux.git] / drivers / thermal / Kconfig
CommitLineData
203d3d4a
ZR
1#
2# Generic thermal sysfs drivers configuration
3#
4
5menuconfig THERMAL
63c4ec90 6 tristate "Generic Thermal sysfs driver"
4cb18728 7 depends on NET
203d3d4a
ZR
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.
543a9561 12 Each thermal zone contains its own temperature, trip points,
203d3d4a
ZR
13 cooling devices.
14 All platforms with ACPI thermal support can use this driver.
63c4ec90 15 If you want this support, you should say Y or M here.
16d75239
RH
16
17config THERMAL_HWMON
18 bool "Hardware monitoring support"
df43176c 19 depends on THERMAL
16d75239
RH
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.
This page took 0.33404 seconds and 5 git commands to generate.