Why isn't schedutil governor available for my build x86_64

I built an image for my x86 box starting from:

CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_64=y
CONFIG_TARGET_x86_64_DEVICE_generic=y

I am not seeing the schedutil governor for my image:

# cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_governors
performance powersave

Yet it is present in my running system's /proc/config.gz

CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y

https://www.kernel.org/doc/html/latest/admin-guide/pm/intel_pstate.html

Seems that intel_pstate does not support that/it is legacy

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.