mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
[CPUFREQ] Add warning comment about default governors.
This comes up time and time again. Until its fixed, place this comment in the Kconfig which should stem the flow of resubmissions. Signed-off-by: Rob Weryk <rjweryk@uwo.ca> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
6f4095af6d
commit
3310010818
@ -46,6 +46,10 @@ config CPU_FREQ_STAT_DETAILS
|
|||||||
This will show detail CPU frequency translation table in sysfs file
|
This will show detail CPU frequency translation table in sysfs file
|
||||||
system
|
system
|
||||||
|
|
||||||
|
# Note that it is not currently possible to set the other governors (such as ondemand)
|
||||||
|
# as the default, since if they fail to initialise, cpufreq will be
|
||||||
|
# left in an undefined state.
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Default CPUFreq governor"
|
prompt "Default CPUFreq governor"
|
||||||
default CPU_FREQ_DEFAULT_GOV_USERSPACE if CPU_FREQ_SA1100 || CPU_FREQ_SA1110
|
default CPU_FREQ_DEFAULT_GOV_USERSPACE if CPU_FREQ_SA1100 || CPU_FREQ_SA1110
|
||||||
|
Loading…
Reference in New Issue
Block a user