blob: f7a5dba3ca23a9f155a33edfd04ad62063aaa456 [file] [log] [blame]
Zhang Rui203d3d42008-01-17 15:51:08 +08001#
2# Generic thermal sysfs drivers configuration
3#
4
5menuconfig THERMAL
Zhang Rui63c4ec92008-04-21 16:07:13 +08006 tristate "Generic Thermal sysfs driver"
R.Durgadoss4cb18722010-10-27 03:33:29 +05307 depends on NET
Zhang Rui203d3d42008-01-17 15:51:08 +08008 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.
Len Brown543a9562008-02-07 16:55:08 -050012 Each thermal zone contains its own temperature, trip points,
Zhang Rui203d3d42008-01-17 15:51:08 +080013 cooling devices.
14 All platforms with ACPI thermal support can use this driver.
Zhang Rui63c4ec92008-04-21 16:07:13 +080015 If you want this support, you should say Y or M here.
Rene Herman16d75232008-06-24 19:38:56 +020016
17config THERMAL_HWMON
18 bool "Hardware monitoring support"
Jan Beulichdf431762009-09-18 12:41:10 -070019 depends on THERMAL
Rene Herman16d75232008-06-24 19:38:56 +020020 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.