Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / drivers / thermal / Kconfig
blobd4100983321724fc55b39b2263b5d8fd3a3f18dd
2 # Generic thermal sysfs drivers configuration
5 menuconfig THERMAL
6         bool "Generic Thermal sysfs driver"
7 <<<<<<< HEAD:drivers/thermal/Kconfig
8         default y
9 =======
10 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/thermal/Kconfig
11         help
12           Generic Thermal Sysfs driver offers a generic mechanism for
13           thermal management. Usually it's made up of one or more thermal
14           zone and cooling device.
15           Each thermal zone contains its own temperature, trip points,
16           cooling devices.
17           All platforms with ACPI thermal support can use this driver.
18           If you want this support, you should say Y here.