summaryrefslogtreecommitdiff
path: root/community/linux-tools/cpupower.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/linux-tools/cpupower.conf')
-rw-r--r--community/linux-tools/cpupower.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/linux-tools/cpupower.conf b/community/linux-tools/cpupower.conf
new file mode 100644
index 000000000..0f56836b1
--- /dev/null
+++ b/community/linux-tools/cpupower.conf
@@ -0,0 +1,14 @@
+# valid governors:
+# ondemand, performance, powersave,
+# conservative, userspace
+#governor="ondemand"
+
+# limit frequency range (optional)
+# valid suffixes: Hz, kHz (default), MHz, GHz, THz
+#min_freq="2.25GHz"
+#max_freq="3GHz"
+
+# use freq to set up the exact cpu frequency using it with userspace governor
+#freq=
+
+# vim:set ts=2 sw=2 ft=sh et: