From ffa4d7f6e7d552005cdc4d9821a0c79d949c8c6b Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Fri, 6 Feb 2009 13:35:07 +0000 Subject: [PATCH] x86 set ondemand as default governor as anyway done by init scripts later ;) svn path=/dists/trunk/linux-2.6/; revision=12690 --- debian/config/amd64/config | 4 +++- debian/config/i386/config | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 764162fa0..911862a6c 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -333,8 +333,10 @@ CONFIG_CPU_FREQ=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=m ## choice: Default CPUFreq governor -CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set ## end choice CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=m diff --git a/debian/config/i386/config b/debian/config/i386/config index 03b44bf30..aa5cad69e 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -409,8 +409,10 @@ CONFIG_CPU_FREQ=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=m ## choice: Default CPUFreq governor -CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set ## end choice CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=m