From b138b87fdc482918c115b2d04c356129c65466df Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Tue, 21 Apr 2015 18:16:30 +0200 Subject: [PATCH] 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. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index a4c9c7b..255e61e 100644 --- a/configure.in +++ b/configure.in @@ -61,6 +61,7 @@ case "$GMENU2X_PLATFORM" in AC_DEFINE(PLATFORM_PC) PLATFORM="pc" SCREEN_RES="800x480" + CPUFREQ=no ;; *) AC_MSG_ERROR([*** Unknown platform.])