Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. config CPU_FREQ_GOV_INTELLIDEMAND
  2. tristate "'intellidemand' cpufreq policy governor"
  3. select CPU_FREQ_TABLE
  4. help
  5. 'intellidemand' - This driver adds a dynamic cpufreq policy governor.
  6. The governor does a periodic polling and
  7. changes frequency based on the CPU utilization.
  8. The support for this governor depends on CPU capability to
  9. do fast frequency switching (i.e, very low latency frequency
  10. transitions). with browsing detection based on GPU loading
  11.  
  12. To compile this driver as a module, choose M here: the
  13. module will be called cpufreq_ondemand.
  14.  
  15. For details, take a look at linux/Documentation/cpu-freq.
  16.  
  17. If in doubt, say N.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement