]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/thermal/Kconfig
hwmon: exynos4: move thermal sensor driver to driver/thermal directory
[karo-tx-linux.git] / drivers / thermal / Kconfig
1 #
2 # Generic thermal sysfs drivers configuration
3 #
4
5 menuconfig THERMAL
6         tristate "Generic Thermal sysfs driver"
7         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.
11           Each thermal zone contains its own temperature, trip points,
12           cooling devices.
13           All platforms with ACPI thermal support can use this driver.
14           If you want this support, you should say Y or M here.
15
16 config THERMAL_HWMON
17         bool
18         depends on THERMAL
19         depends on HWMON=y || HWMON=THERMAL
20         default y
21
22 config 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
33 config SPEAR_THERMAL
34         bool "SPEAr thermal sensor driver"
35         depends on THERMAL
36         depends on PLAT_SPEAR
37         depends on OF
38         help
39           Enable this to plug the SPEAr thermal sensor driver into the Linux
40           thermal framework
41
42 config 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
49
50 config EXYNOS_THERMAL
51         tristate "Temperature sensor on Samsung EXYNOS4"
52         depends on ARCH_EXYNOS4 && THERMAL
53         help
54           If you say yes here you get support for TMU (Thermal Managment
55           Unit) on SAMSUNG EXYNOS4 series of SoC.
56           This driver can also be built as a module. If so, the module
57           will be called exynos4-tmu