6

Consider the following:

$ 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

I do not understand why ondemand is not an available governor. Where else do I need to look and what do I need to do to enable ondemand?

0 Answers0