summaryrefslogtreecommitdiffstats
path: root/tools/thermal/thermometer/thermometer.conf
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-05-23 20:31:57 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-05-23 20:31:57 +0200
commit388292df27810a01c3f459533578255bbba4a4de (patch)
tree091d8dd55b7d4556306603bdad0e20d31a13719f /tools/thermal/thermometer/thermometer.conf
parentthermal: intel: hfi: remove NULL check after container_of() call (diff)
parentMerge tag 'thermal-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
downloadlinux-388292df27810a01c3f459533578255bbba4a4de.tar.xz
linux-388292df27810a01c3f459533578255bbba4a4de.zip
Merge back earlier thermal control updates for 5.19-rc1.
Diffstat (limited to 'tools/thermal/thermometer/thermometer.conf')
-rw-r--r--tools/thermal/thermometer/thermometer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/thermal/thermometer/thermometer.conf b/tools/thermal/thermometer/thermometer.conf
new file mode 100644
index 000000000000..02c6dab3b1b3
--- /dev/null
+++ b/tools/thermal/thermometer/thermometer.conf
@@ -0,0 +1,5 @@
+
+thermal-zones = (
+ { name = "cpu[0-9]-thermal";
+ polling = 100; }
+ )