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:
parent
bb7775a326
commit
b138b87fdc
@ -61,6 +61,7 @@ case "$GMENU2X_PLATFORM" in
|
||||
AC_DEFINE(PLATFORM_PC)
|
||||
PLATFORM="pc"
|
||||
SCREEN_RES="800x480"
|
||||
CPUFREQ=no
|
||||
;;
|
||||
*)
|
||||
AC_MSG_ERROR([*** Unknown platform.])
|
||||
|
Loading…
Reference in New Issue
Block a user