summaryrefslogtreecommitdiff
path: root/community/cpupower/conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/cpupower/conf')
-rw-r--r--community/cpupower/conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/cpupower/conf b/community/cpupower/conf
deleted file mode 100644
index 0f56836b1..000000000
--- a/community/cpupower/conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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: