diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-10 22:47:00 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-10 22:47:00 +0000 |
commit | 326c5a075c7b083dcf1f03fa2fae99d65349c476 (patch) | |
tree | 0cf45f46da046bda85e802f9adaa663be9334b87 /packages/linux/linux-handhelds-2.6/htcapache | |
parent | 68666e1f29b4c0bd7accd5518a07e7ea20a6dad3 (diff) |
linux-handhelds-2.6 2.6.21: Use performance governor by default, move most governors to modules.
* Besides saving space, this is also to workaround current
QEMU breakage, which causes kernel with builtin and default
userspace governor to fault and abort on boot.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6/htcapache')
-rw-r--r-- | packages/linux/linux-handhelds-2.6/htcapache/defconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/linux/linux-handhelds-2.6/htcapache/defconfig b/packages/linux/linux-handhelds-2.6/htcapache/defconfig index e6a13d412d..85ff1a53d7 100644 --- a/packages/linux/linux-handhelds-2.6/htcapache/defconfig +++ b/packages/linux/linux-handhelds-2.6/htcapache/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.21-hh16 -# Sun Sep 16 02:15:13 2007 +# Linux kernel version: 2.6.21-hh17 +# Sun Nov 11 00:39:32 2007 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -265,13 +265,13 @@ CONFIG_CPU_FREQ_TABLE=y CONFIG_CPU_FREQ_DEBUG=y CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_STAT_DETAILS=y -# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set -CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y -# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set -CONFIG_CPU_FREQ_GOV_USERSPACE=y -# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set -CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=m +CONFIG_CPU_FREQ_GOV_ONDEMAND=m +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m CONFIG_CPU_FREQ_PXA=y CONFIG_PXA25x_ALTERNATE_FREQS=y |