Disable cpufreq feature on PC

This feature is useful on selected platforms, but in general it is
better to have an on-demand governor select the right CPU speed.
This commit is contained in:
Maarten ter Huurne 2015-04-21 18:16:30 +02:00
parent bb7775a326
commit b138b87fdc
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ case "$GMENU2X_PLATFORM" in
AC_DEFINE(PLATFORM_PC)
PLATFORM="pc"
SCREEN_RES="800x480"
CPUFREQ=no
;;
*)
AC_MSG_ERROR([*** Unknown platform.])