1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-11-22 00:39:41 +02:00

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

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.])