summaryrefslogtreecommitdiff
path: root/drivers/cpuquiet/Kconfig
blob: 844cd34a69b3935138007583c5b9563de9594308 (plain)
1
2
3
4
5
6
7
8
9
10
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