From: Sai Charan Gurrappadi Date: Wed, 23 May 2012 18:30:47 +0000 (-0700) Subject: cpuquiet: Kconfig X-Git-Tag: firefly_0821_release~4158^2~61 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=64bb95b6dee71bf789ac748e8a6654245fcb5c45;p=firefly-linux-kernel-4.4.55.git cpuquiet: Kconfig Signed-off-by: Sai Charan Gurrappadi Change-Id: I930dedaa3bf7b2c64bc61f28c3461f125cca2f44 Reviewed-on: http://git-master/r/105264 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Sai Gurrappadi Tested-by: Sai Gurrappadi Reviewed-by: Peter De Schrijver Reviewed-by: Diwakar Tundlam Rebase-Id: R99b786496aad17710bd9d878d7844c50aa105fbb --- 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