Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[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"
203d3d4a
ZR
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.
543a9561 11 Each thermal zone contains its own temperature, trip points,
203d3d4a
ZR
12 cooling devices.
13 All platforms with ACPI thermal support can use this driver.
63c4ec90 14 If you want this support, you should say Y or M here.
16d75239
RH
15
16config THERMAL_HWMON
ab92402a 17 bool
df43176c 18 depends on THERMAL
16d75239 19 depends on HWMON=y || HWMON=THERMAL
ab92402a 20 default y
6a92c366
VF
21
22config SPEAR_THERMAL
23 bool "SPEAr thermal sensor driver"
24 depends on THERMAL
25 depends on PLAT_SPEAR
b9c7aff4 26 depends on OF
6a92c366
VF
27 help
28 Enable this to plug the SPEAr thermal sensor driver into the Linux
29 thermal framework
This page took 0.377217 seconds and 5 git commands to generate.