mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03: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:
@@ -61,6 +61,7 @@ case "$GMENU2X_PLATFORM" in
|
|||||||
AC_DEFINE(PLATFORM_PC)
|
AC_DEFINE(PLATFORM_PC)
|
||||||
PLATFORM="pc"
|
PLATFORM="pc"
|
||||||
SCREEN_RES="800x480"
|
SCREEN_RES="800x480"
|
||||||
|
CPUFREQ=no
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([*** Unknown platform.])
|
AC_MSG_ERROR([*** Unknown platform.])
|
||||||
|
|||||||
Reference in New Issue
Block a user