为什么 ondemand 不能用作 cpu 频率缩放的调控器?

5 linux cpu x86

考虑以下:

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors 
performance powersave
$ cat /proc/config.gz | gunzip | grep -i ondemand
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
Run Code Online (Sandbox Code Playgroud)

我不明白为什么ondemand没有可用的州长。我还需要在哪里查看以及我需要做什么才能启用ondemand