Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CPU_FREQ_GOV_CONSERVATIVE
:
CONFIG_CPU_FREQ
cpufreq_conservative
'conservative' - this driver is rather similar to the 'ondemand' governor both in its source code and its purpose, the difference is its optimisation for better suitability in a battery powered environment. The frequency is gracefully increased and decreased rather than jumping to 100% when speed is required.
If you have a desktop machine then you should really be considering the 'ondemand' governor instead, however if you are using a laptop, PDA or even an AMD64 based computer (due to the unacceptable step-by-step latency issues between the minimum and maximum frequency transitions in the CPU) you will probably want to use this governor.
To compile this driver as a module, choose M here: the module will be called cpufreq_conservative.
For details, take a look at Documentation/admin-guide/pm/cpufreq.rst.
If in doubt, say N.
Raw data from LKDDb:
lkddb module cpufreq_conservative CONFIG_CPU_FREQ_GOV_CONSERVATIVE : drivers/cpufreq/Kconfig : "'conservative' cpufreq governor" # in 2.6.12–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.11
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2024). See also LKDDb sources on GitLab