From 64bb95b6dee71bf789ac748e8a6654245fcb5c45 Mon Sep 17 00:00:00 2001 From: Sai Charan Gurrappadi Date: Wed, 23 May 2012 11:30:47 -0700 Subject: [PATCH] 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 --- drivers/cpuquiet/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drivers/cpuquiet/Kconfig 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 -- 2.34.1