blob: edfd67d2501349c99a9abe1540c23252488008b1 [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"
Zhang Rui203d3d42008-01-17 15:51:08 +08007 help
8 Generic Thermal Sysfs driver offers a generic mechanism for
9 thermal management. Usually it's made up of one or more thermal
10 zone and cooling device.
Len Brown543a9562008-02-07 16:55:08 -050011 Each thermal zone contains its own temperature, trip points,
Zhang Rui203d3d42008-01-17 15:51:08 +080012 cooling devices.
13 All platforms with ACPI thermal support can use this driver.
Zhang Rui63c4ec92008-04-21 16:07:13 +080014 If you want this support, you should say Y or M here.
Rene Herman16d75232008-06-24 19:38:56 +020015
16config THERMAL_HWMON
Jean Delvareab924022011-07-28 13:48:40 -070017 bool
Jan Beulichdf431762009-09-18 12:41:10 -070018 depends on THERMAL
Rene Herman16d75232008-06-24 19:38:56 +020019 depends on HWMON=y || HWMON=THERMAL
Jean Delvareab924022011-07-28 13:48:40 -070020 default y
Vincenzo Frascino6a92c362012-03-21 12:55:03 -070021
Amit Daniel Kachhap02361412012-08-16 17:11:40 +053022config CPU_THERMAL
23 bool "generic cpu cooling support"
24 depends on THERMAL && CPU_FREQ
25 help
26 This implements the generic cpu cooling mechanism through frequency
27 reduction, cpu hotplug and any other ways of reducing temperature. An
28 ACPI version of this already exists(drivers/acpi/processor_thermal.c).
29 This will be useful for platforms using the generic thermal interface
30 and not the ACPI interface.
31 If you want this support, you should say Y here.
32
Vincenzo Frascino6a92c362012-03-21 12:55:03 -070033config SPEAR_THERMAL
34 bool "SPEAr thermal sensor driver"
35 depends on THERMAL
36 depends on PLAT_SPEAR
Viresh Kumarb9c7aff2012-05-29 11:18:51 -070037 depends on OF
Vincenzo Frascino6a92c362012-03-21 12:55:03 -070038 help
39 Enable this to plug the SPEAr thermal sensor driver into the Linux
40 thermal framework
Kuninori Morimoto1e426ff2012-07-21 10:53:48 +100041
42config RCAR_THERMAL
43 tristate "Renesas R-Car thermal driver"
44 depends on THERMAL
45 depends on ARCH_SHMOBILE
46 help
47 Enable this to plug the R-Car thermal sensor driver into the Linux
48 thermal framework
Amit Daniel Kachhapc48cbba2012-08-16 17:11:41 +053049
50config EXYNOS_THERMAL
51 tristate "Temperature sensor on Samsung EXYNOS"
Amit Daniel Kachhapf22d9c02012-08-16 17:11:42 +053052 depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) && THERMAL
Amit Daniel Kachhapc48cbba2012-08-16 17:11:41 +053053 help
54 If you say yes here you get support for TMU (Thermal Managment
55 Unit) on SAMSUNG EXYNOS series of SoC.