summaryrefslogtreecommitdiff
path: root/drivers/cpuquiet/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpuquiet/Kconfig')
-rw-r--r--drivers/cpuquiet/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/cpuquiet/Kconfig b/drivers/cpuquiet/Kconfig
new file mode 100644
index 000000000000..844cd34a69b3
--- /dev/null
+++ b/drivers/cpuquiet/Kconfig
@@ -0,0 +1,11 @@
+menu "CPUQUIET Framework"
+
+config CPUQUIET_FRAMEWORK
+ bool "Cpuquiet framework"
+ default n
+ help
+ Cpuquiet implements pluggable policies for forcing cpu cores into a
+ quiescent state. Appropriate policies will save power without hurting
+ performance.
+
+endmenu