Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.53 KB | None | 0 0
  1. menu "CPU Frequency scaling"
  2.  
  3. config CPU_FREQ
  4. bool "CPU Frequency scaling"
  5. help
  6. CPU Frequency scaling allows you to change the clock speed of
  7. CPUs on the fly. This is a nice method to save power, because
  8. the lower the CPU clock speed, the less power the CPU consumes.
  9.  
  10. Note that this driver doesn't automatically change the CPU
  11. clock speed, you need to either enable a dynamic cpufreq governor
  12. (see below) after boot, or use a userspace tool.
  13.  
  14. For details, take a look at <file:Documentation/cpu-freq>.
  15.  
  16. If in doubt, say N.
  17.  
  18. if CPU_FREQ
  19.  
  20. config CPU_FREQ_TABLE
  21. tristate
  22.  
  23. config CPU_FREQ_STAT
  24. tristate "CPU frequency translation statistics"
  25. select CPU_FREQ_TABLE
  26. default y
  27. help
  28. This driver exports CPU frequency statistics information through sysfs
  29. file system.
  30.  
  31. To compile this driver as a module, choose M here: the
  32. module will be called cpufreq_stats.
  33.  
  34. If in doubt, say N.
  35.  
  36.  
  37. config CPU_FREQ_DEFAULT_GOV_BRAZILIANWAX
  38. bool "brazilianwax"
  39. select CPU_FREQ_GOV_BRAZILIANWAX
  40. select CPU_FREQ_GOV_PERFORMANCE
  41. help
  42. Use the CPUFreq governor 'brazilianwax' as default.
  43.  
  44. config CPU_FREQ_GOV_BRAZILIANWAX
  45. tristate "'brazilianwax' cpufreq governor"
  46. depends on CPU_FREQ
  47. help
  48.  
  49. config CPU_FREQ_DEFAULT_GOV_SMOOTHASS
  50. bool "smoothass"
  51. select CPU_FREQ_GOV_SMOOTHASS
  52. select CPU_FREQ_GOV_PERFORMANCE
  53. help
  54. Use the CPUFreq governor 'smoothass' as default.
  55.  
  56. config CPU_FREQ_GOV_SMOOTHASS
  57. tristate "'smoothass' cpufreq governor"
  58. depends on CPU_FREQ
  59. 'smoothass' - a new interactive governor!
  60.  
  61.  
  62. config CPU_FREQ_DEFAULT_GOV_SCARY
  63. bool "scary"
  64. select CPU_FREQ_GOV_SCARY
  65. select CPU_FREQ_GOV_PERFORMANCE
  66. help
  67. Use the CPUFreq governor 'scary' as default.
  68.  
  69. config CPU_FREQ_GOV_SCARY
  70. tristate "'scary' cpufreq governor"
  71. depends on CPU_FREQ
  72. 'scary' - a new interactive governor!
  73.  
  74.  
  75. config CPU_FREQ_DEFAULT_GOV_SAVAGEDZEN
  76. bool "savagedzen"
  77. select CPU_FREQ_GOV_SAVAGEDZEN
  78. select CPU_FREQ_GOV_PERFORMANCE
  79. help
  80. Use the CPUFreq governor 'savagedzen' as default.
  81.  
  82. config CPU_FREQ_GOV_SAVAGEDZEN
  83. tristate "'savagedzen' cpufreq governor"
  84. depends on CPU_FREQ
  85.  
  86.  
  87.  
  88. config CPU_FREQ_DEFAULT_GOV_LIONHEART
  89. bool "lionheart"
  90. select CPU_FREQ_GOV_LIONHEART
  91. select CPU_FREQ_GOV_PERFORMANCE
  92. help
  93. Use the CPUFreq governor 'lionheart' as default.
  94.  
  95. config CPU_FREQ_GOV_LIONHEART
  96. tristate "'interactivex' cpufreq governor"
  97. depends on CPU_FREQ
  98.  
  99.  
  100.  
  101. config CPU_FREQ_DEFAULT_GOV_ONDEMANDX
  102. bool "ondemandx"
  103. select CPU_FREQ_GOV_ONDEMANDX
  104. select CPU_FREQ_GOV_PERFORMANCE
  105. help
  106. Use the CPUFreq governor 'ondemandx' as default.
  107.  
  108. config CPU_FREQ_GOV_ONDEMANDX
  109. tristate "'ondemandx' cpufreq governor"
  110. depends on CPU_FREQ
  111.  
  112.  
  113. config CPU_FREQ_DEFAULT_GOV_WHEATLEY
  114. bool "wheatley"
  115. select CPU_FREQ_GOV_WHEATLEY
  116. select CPU_FREQ_GOV_PERFORMANCE
  117. help
  118. Use the CPUFreq governor 'wheatley' as default.
  119.  
  120. config CPU_FREQ_GOV_WHEATLEY
  121. tristate "'wheatley' cpufreq governor"
  122. depends on CPU_FREQ
  123. help
  124. 'wheatley' - a new interactive governor!
  125.  
  126.  
  127. config CPU_FREQ_DEFAULT_GOV_HOTPLUG
  128. bool "hotplug"
  129. select CPU_FREQ_GOV_HOTPLUG
  130. select CPU_FREQ_GOV_PERFORMANCE
  131. help
  132. Use the CPUFreq governor 'hotplug' as default.
  133.  
  134. config CPU_FREQ_GOV_HOTPLUG
  135. tristate "'hotplug' cpufreq governor"
  136. depends on CPU_FREQ
  137. help
  138. 'hotplug' - a new interactive governor!
  139.  
  140.  
  141. config CPU_FREQ_DEFAULT_GOV_LULZACTIVE
  142. bool "lulzactive"
  143. select CPU_FREQ_GOV_LULZACTIVE
  144. select CPU_FREQ_GOV_PERFORMANCE
  145. help
  146. Use the CPUFreq governor 'lulzactive' as default.
  147.  
  148. config CPU_FREQ_GOV_LULZACTIVE
  149. tristate "'lulzactive' cpufreq governor"
  150. depends on CPU_FREQ
  151. help
  152. 'lulzactive' - a new interactive governor by Tegrak!
  153.  
  154. config CPU_FREQ_DEFAULT_GOV_MINMAX
  155. bool "minmax"
  156. select CPU_FREQ_GOV_MINMAX
  157. select CPU_FREQ_GOV_PERFORMANCE
  158. help
  159. Use the CPUFreq governor 'minmax' as default.
  160.  
  161. config CPU_FREQ_GOV_MINMAX
  162. tristate "'minmax' cpufreq governor"
  163. depends on CPU_FREQ
  164. help
  165. 'minmax' - a new interactive governor!
  166.  
  167.  
  168. config CPU_FREQ_STAT_DETAILS
  169. bool "CPU frequency translation statistics details"
  170. depends on CPU_FREQ_STAT
  171. help
  172. This will show detail CPU frequency translation table in sysfs file
  173. system.
  174.  
  175. If in doubt, say N.
  176.  
  177. choice
  178. prompt "Default CPUFreq governor"
  179. default CPU_FREQ_DEFAULT_GOV_USERSPACE if CPU_FREQ_SA1100 || CPU_FREQ_SA1110
  180. default CPU_FREQ_DEFAULT_GOV_PERFORMANCE
  181. help
  182. This option sets which CPUFreq governor shall be loaded at
  183. startup. If in doubt, select 'performance'.
  184.  
  185. config CPU_FREQ_DEFAULT_GOV_PERFORMANCE
  186. bool "performance"
  187. select CPU_FREQ_GOV_PERFORMANCE
  188. help
  189. Use the CPUFreq governor 'performance' as default. This sets
  190. the frequency statically to the highest frequency supported by
  191. the CPU.
  192.  
  193. config CPU_FREQ_DEFAULT_GOV_POWERSAVE
  194. bool "powersave"
  195. depends on EXPERT
  196. select CPU_FREQ_GOV_POWERSAVE
  197. help
  198. Use the CPUFreq governor 'powersave' as default. This sets
  199. the frequency statically to the lowest frequency supported by
  200. the CPU.
  201.  
  202. config CPU_FREQ_DEFAULT_GOV_USERSPACE
  203. bool "userspace"
  204. select CPU_FREQ_GOV_USERSPACE
  205. help
  206. Use the CPUFreq governor 'userspace' as default. This allows
  207. you to set the CPU frequency manually or when a userspace
  208. program shall be able to set the CPU dynamically without having
  209. to enable the userspace governor manually.
  210.  
  211. config CPU_FREQ_DEFAULT_GOV_ONDEMAND
  212. bool "ondemand"
  213. select CPU_FREQ_GOV_ONDEMAND
  214. select CPU_FREQ_GOV_PERFORMANCE
  215. help
  216. Use the CPUFreq governor 'ondemand' as default. This allows
  217. you to get a full dynamic frequency capable system by simply
  218. loading your cpufreq low-level hardware driver.
  219. Be aware that not all cpufreq drivers support the ondemand
  220. governor. If unsure have a look at the help section of the
  221. driver. Fallback governor will be the performance governor.
  222.  
  223. config CPU_FREQ_DEFAULT_GOV_CONSERVATIVE
  224. bool "conservative"
  225. select CPU_FREQ_GOV_CONSERVATIVE
  226. select CPU_FREQ_GOV_PERFORMANCE
  227. help
  228. Use the CPUFreq governor 'conservative' as default. This allows
  229. you to get a full dynamic frequency capable system by simply
  230. loading your cpufreq low-level hardware driver.
  231. Be aware that not all cpufreq drivers support the conservative
  232. governor. If unsure have a look at the help section of the
  233. driver. Fallback governor will be the performance governor.
  234.  
  235.  
  236. config CPU_FREQ_DEFAULT_GOV_LAGFREE
  237. bool "lagfree"
  238. select CPU_FREQ_GOV_LAGFREE
  239. select CPU_FREQ_GOV_PERFORMANCE
  240. help
  241. Use the CPUFreq governor 'lagfree' as default. This allows
  242. you to get a full dynamic frequency capable system by simply
  243. loading your cpufreq low-level hardware driver.
  244. Be aware that not all cpufreq drivers support the lagfree
  245. governor. If unsure have a look at the help section of the
  246. driver. Fallback governor will be the performance governor.
  247.  
  248. config CPU_FREQ_DEFAULT_GOV_INTERACTIVE
  249. bool "interactive"
  250. select CPU_FREQ_GOV_INTERACTIVE
  251. help
  252. Use the CPUFreq governor 'interactive' as default. This allows
  253. you to get a full dynamic cpu frequency capable system by simply
  254. loading your cpufreq low-level hardware driver, using the
  255. 'interactive' governor for latency-sensitive workloads.
  256.  
  257. config CPU_FREQ_DEFAULT_GOV_ADAPTIVE
  258. bool "adaptive"
  259. select CPU_FREQ_GOV_ADAPTIVE
  260. help
  261. Use the CPUFreq governor 'adaptive' as default. This allows
  262. you to get a full dynamic cpu frequency capable system by simply
  263. loading your cpufreq low-level hardware driver, using the
  264. 'adaptive' governor for latency-sensitive workloads and demanding
  265. performance.
  266.  
  267. config CPU_FREQ_DEFAULT_GOV_PEGASUSQ
  268. bool "pegasusq"
  269. select CPU_FREQ_GOV_PEGASUSQ
  270.  
  271. config CPU_FREQ_DEFAULT_GOV_INTELLIDEMAND
  272. bool "intellidemand"
  273. select CPU_FREQ_GOV_INTELLIDEMAND
  274. help
  275. Use the CPUFreq governor 'intellidemand' as default. This is
  276. based on Ondemand with browsing detection based on GPU loading
  277.  
  278. config CPU_FREQ_DEFAULT_GOV_LAZY
  279. bool "lazy"
  280. select CPU_FREQ_GOV_LAZY
  281. select CPU_FREQ_GOV_PERFORMANCE
  282. help
  283. Use the CPUFreq governor 'lazy' as default.
  284.  
  285. config CPU_FREQ_DEFAULT_GOV_BADASS
  286. bool "badass"
  287. select CPU_FREQ_GOV_BADASS
  288. select CPU_FREQ_GOV_PERFORMANCE
  289. help
  290. Use the CPUFreq governor 'badass' as default. This allows
  291. you to get a full dynamic frequency capable system by simply
  292. loading your cpufreq low-level hardware driver.
  293. Be aware that not all cpufreq drivers support the badass
  294. governor. If unsure have a look at the help section of the
  295. driver. Fallback governor will be the performance governor.
  296.  
  297. config CPU_FREQ_DEFAULT_GOV_SMARTASS2
  298. bool "smartass2"
  299. select CPU_FREQ_GOV_SMARTASS2
  300. help
  301. Use the CPUFreq governor 'smartassV2' as default.
  302. endchoice
  303.  
  304. config CPU_FREQ_GOV_PERFORMANCE
  305. tristate "'performance' governor"
  306. help
  307. This cpufreq governor sets the frequency statically to the
  308. highest available CPU frequency.
  309.  
  310. To compile this driver as a module, choose M here: the
  311. module will be called cpufreq_performance.
  312.  
  313. If in doubt, say Y.
  314.  
  315. config CPU_FREQ_GOV_POWERSAVE
  316. tristate "'powersave' governor"
  317. help
  318. This cpufreq governor sets the frequency statically to the
  319. lowest available CPU frequency.
  320.  
  321. To compile this driver as a module, choose M here: the
  322. module will be called cpufreq_powersave.
  323.  
  324. If in doubt, say Y.
  325.  
  326. config CPU_FREQ_GOV_USERSPACE
  327. tristate "'userspace' governor for userspace frequency scaling"
  328. help
  329. Enable this cpufreq governor when you either want to set the
  330. CPU frequency manually or when a userspace program shall
  331. be able to set the CPU dynamically, like on LART
  332. <http://www.lartmaker.nl/>.
  333.  
  334. To compile this driver as a module, choose M here: the
  335. module will be called cpufreq_userspace.
  336.  
  337. For details, take a look at <file:Documentation/cpu-freq/>.
  338.  
  339. If in doubt, say Y.
  340.  
  341. config CPU_FREQ_GOV_ONDEMAND
  342. tristate "'ondemand' cpufreq policy governor"
  343. select CPU_FREQ_TABLE
  344. help
  345. 'ondemand' - This driver adds a dynamic cpufreq policy governor.
  346. The governor does a periodic polling and
  347. changes frequency based on the CPU utilization.
  348. The support for this governor depends on CPU capability to
  349. do fast frequency switching (i.e, very low latency frequency
  350. transitions).
  351.  
  352. To compile this driver as a module, choose M here: the
  353. module will be called cpufreq_ondemand.
  354.  
  355. For details, take a look at linux/Documentation/cpu-freq.
  356.  
  357. If in doubt, say N.
  358.  
  359. config CPU_FREQ_GOV_INTELLIDEMAND
  360. tristate "'intellidemand' cpufreq policy governor"
  361. select CPU_FREQ_TABLE
  362. help
  363. 'intellidemand' - This driver adds a dynamic cpufreq policy governor.
  364. The governor does a periodic polling and
  365. changes frequency based on the CPU utilization.
  366. The support for this governor depends on CPU capability to
  367. do fast frequency switching (i.e, very low latency frequency
  368. transitions). with browsing detection based on GPU loading
  369.  
  370. To compile this driver as a module, choose M here: the
  371. module will be called cpufreq_ondemand.
  372.  
  373. For details, take a look at linux/Documentation/cpu-freq.
  374.  
  375. If in doubt, say N.
  376.  
  377. config INTELLI_MAX_ACTIVE_FREQ
  378. int "Max Active Freq for Intellidemand"
  379. depends on CPU_FREQ_GOV_INTELLIDEMAND
  380. default 1512000
  381. help
  382. Set default max active frequency for intellidemand
  383.  
  384. config INTELLI_MAX_INACTIVE_FREQ
  385. int "Max Inactive Freq for Intellidemand"
  386. depends on CPU_FREQ_GOV_INTELLIDEMAND
  387. default 1134000
  388. help
  389. Set default max inactive frequency for intellidemand
  390.  
  391. config CPU_FREQ_GOV_ONDEMAND_2_PHASE
  392. tristate "'2-phase' power-efficiency ondemand algorithm"
  393. depends on CPU_FREQ_GOV_ONDEMAND
  394. help
  395. '2-phase' - This driver adds a new algo to save power
  396.  
  397. config CPU_FREQ_GOV_INTELLIDEMAND_2_PHASE
  398. tristate "'2-phase' power-efficiency ondemand algorithm"
  399. depends on CPU_FREQ_GOV_INTELLIDEMAND
  400. help
  401. '2-phase' - This driver adds a new algo to save power
  402.  
  403. config SEC_LIMIT_MAX_FREQ
  404. bool "Limit Max Freq"
  405. depends on CPU_FREQ_GOV_INTELLIDEMAND
  406. help
  407. Limit Max Freq while screen is on for Intellidemand governor
  408.  
  409. config CPU_FREQ_GOV_INTERACTIVE
  410. tristate "'interactive' cpufreq policy governor"
  411. help
  412. 'interactive' - This driver adds a dynamic cpufreq policy governor
  413. designed for latency-sensitive workloads.
  414.  
  415. This governor attempts to reduce the latency of clock
  416. increases so that the system is more responsive to
  417. interactive workloads.
  418.  
  419. To compile this driver as a module, choose M here: the
  420. module will be called cpufreq_interactive.
  421. For details, take a look at linux/Documentation/cpu-freq.
  422.  
  423. If in doubt, say N.
  424.  
  425. config CPU_FREQ_GOV_SMARTASS2
  426. tristate "'smartassV2' cpufreq governor"
  427. depends on CPU_FREQ
  428. help
  429. 'smartassV2' - a "smart" governor
  430. If in doubt, say N.
  431.  
  432. config CPU_FREQ_GOV_CONSERVATIVE
  433. tristate "'conservative' cpufreq governor"
  434. depends on CPU_FREQ
  435. help
  436. 'conservative' - this driver is rather similar to the 'ondemand'
  437. governor both in its source code and its purpose, the difference is
  438. its optimisation for better suitability in a battery powered
  439. environment. The frequency is gracefully increased and decreased
  440. rather than jumping to 100% when speed is required.
  441.  
  442. If you have a desktop machine then you should really be considering
  443. the 'ondemand' governor instead, however if you are using a laptop,
  444. PDA or even an AMD64 based computer (due to the unacceptable
  445. step-by-step latency issues between the minimum and maximum frequency
  446. transitions in the CPU) you will probably want to use this governor.
  447.  
  448. To compile this driver as a module, choose M here: the
  449. module will be called cpufreq_conservative.
  450.  
  451. For details, take a look at linux/Documentation/cpu-freq.
  452.  
  453. If in doubt, say N.
  454.  
  455. config CPU_FREQ_GOV_ADAPTIVE
  456. tristate "'adaptive' cpufreq policy governor"
  457. help
  458. 'adaptive' - This driver adds a dynamic cpufreq policy governor
  459. designed for latency-sensitive workloads and also for demanding
  460. performance.
  461.  
  462. This governor attempts to reduce the latency of clock
  463. increases so that the system is more responsive to
  464. interactive workloads in loweset steady-state but to
  465. to reduce power consumption in middle operation level level up
  466. will be done in step by step to prohibit system from going to
  467. max operation level.
  468.  
  469. To compile this driver as a module, choose M here: the
  470. module will be called cpufreq_adaptive.
  471.  
  472. For details, take a look at linux/Documentation/cpu-freq.
  473.  
  474. If in doubt, say N.
  475.  
  476. config CPU_FREQ_GOV_PEGASUSQ
  477. tristate "'pegasusq' cpufreq policy governor"
  478.  
  479. config CPU_FREQ_GOV_LAZY
  480. tristate "'lazy' cpufreq governor"
  481. depends on CPU_FREQ
  482.  
  483. config CPU_FREQ_GOV_LAGFREE
  484. tristate "'lagfree' cpufreq governor"
  485. depends on CPU_FREQ
  486. help
  487. 'lagfree' - this driver is rather similar to the 'ondemand'
  488. governor both in its source code and its purpose, the difference is
  489. its optimisation for better suitability in a battery powered
  490. environment. The frequency is gracefully increased and decreased
  491. rather than jumping to 100% when speed is required.
  492.  
  493. config LAGFREE_MAX_LOAD
  494. int "Max CPU Load"
  495. default 50
  496. depends on CPU_FREQ_GOV_LAGFREE
  497. help
  498. CPU freq will be increased if measured load > max_cpu_load;
  499.  
  500. config LAGFREE_MIN_LOAD
  501. int "Min CPU Load"
  502. default 15
  503. depends on CPU_FREQ_GOV_LAGFREE
  504. help
  505. CPU freq will be decrease if measured load < min_cpu_load;
  506.  
  507. config LAGFREE_FREQ_STEP_DOWN
  508. int "Frequency Step Down"
  509. default 108000
  510. depends on CPU_FREQ_GOV_LAGFREE
  511. help
  512. Max freqeuncy delta when ramping down.
  513.  
  514. config LAGFREE_FREQ_SLEEP_MAX
  515. int "Max Sleep frequeny"
  516. default 384000
  517. depends on CPU_FREQ_GOV_LAGFREE
  518. help
  519. Max freqeuncy for screen off.
  520.  
  521. config LAGFREE_FREQ_AWAKE_MIN
  522. int "Min Awake frequeny"
  523. default 384000
  524. depends on CPU_FREQ_GOV_LAGFREE
  525. help
  526. Min freqeuncy for screen on.
  527.  
  528. config LAGFREE_FREQ_STEP_UP_SLEEP_PERCENT
  529. int "Freq step up percent sleep"
  530. default 20
  531. depends on CPU_FREQ_GOV_LAGFREE
  532. help
  533. Frequency percent to step up while screen off.
  534.  
  535. config CPU_FREQ_GOV_BADASS
  536. tristate "'badass' cpufreq policy governor"
  537. select CPU_FREQ_TABLE
  538. help
  539. 'badass' - This driver adds a dynamic cpufreq policy governor.
  540. The governor does a periodic polling and
  541. changes frequency based on the CPU utilization.
  542. The support for this governor depends on CPU capability to
  543. do fast frequency switching (i.e, very low latency frequency
  544. transitions).
  545.  
  546. To compile this driver as a module, choose M here: the
  547. module will be called cpufreq_badass.
  548.  
  549. If in doubt, say N.
  550.  
  551. config CPU_FREQ_GOV_BADASS_2_PHASE
  552. tristate "'2-phase' power-efficiency badass algorithm"
  553. depends on CPU_FREQ_GOV_BADASS
  554. help
  555. '2-phase' - This driver adds a new algo to save power
  556.  
  557. config CPU_FREQ_GOV_BADASS_2_PHASE_FREQ
  558. int "'2-phase' badass frequency"
  559. default 918000
  560. depends on CPU_FREQ_GOV_BADASS
  561. depends on CPU_FREQ_GOV_BADASS_2_PHASE
  562.  
  563. config CPU_FREQ_GOV_BADASS_3_PHASE
  564. tristate "'3-phase' power-efficiency badass algorithm"
  565. depends on CPU_FREQ_GOV_BADASS
  566. depends on CPU_FREQ_GOV_BADASS_2_PHASE
  567. help
  568. '3-phase' - This driver adds a new algo to save power
  569.  
  570. config CPU_FREQ_GOV_BADASS_3_PHASE_FREQ
  571. int "'3-phase' badass frequency"
  572. default 1188000
  573. depends on CPU_FREQ_GOV_BADASS
  574. depends on CPU_FREQ_GOV_BADASS_2_PHASE
  575. depends on CPU_FREQ_GOV_BADASS_3_PHASE
  576.  
  577. config CPU_FREQ_GOV_BADASS_GPU_CONTROL
  578. tristate "'gpu_control' power-efficiency badass algorithm"
  579. depends on CPU_FREQ_GOV_BADASS
  580. depends on CPU_FREQ_GOV_BADASS_2_PHASE
  581. help
  582. 'gpu_control' - This driver adds a new algo to save power
  583.  
  584. config CPU_FREQ_GOV_BADASS_LOWBAT_POWERSAVE
  585. tristate "'lowbat_powersave' power-efficiency badass algorithm"
  586. depends on CPU_FREQ_GOV_BADASS
  587. help
  588. 'lowbat_powersave' - This driver adds a new algo to save power
  589.  
  590. config CPU_FREQ_GOV_BADASS_ALLOW_BYPASS
  591. tristate "Allows bypassing phases"
  592. depends on CPU_FREQ_GOV_BADASS
  593. depends on CPU_FREQ_GOV_BADASS_2_PHASE
  594. help
  595. 'allow_bypass' - This driver adds a bypass to the phases
  596.  
  597. config CPU_FREQ_MIN_TICKS
  598. int "Ticks between governor polling interval."
  599. default 10
  600. help
  601. Minimum number of ticks between polling interval for governors.
  602.  
  603. config CPU_FREQ_SAMPLING_LATENCY_MULTIPLIER
  604. int "Sampling rate multiplier for governors."
  605. default 1000
  606. help
  607. Sampling latency rate multiplied by the cpu switch latency.
  608. Affects governor polling.
  609.  
  610. menu "x86 CPU frequency scaling drivers"
  611. depends on X86
  612. source "drivers/cpufreq/Kconfig.x86"
  613. endmenu
  614.  
  615. endif
  616. endmenu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement