diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-10 18:20:16 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-10 18:20:16 +0000 |
commit | 501cb780ac89508e8b5592e40977b789b5e0a1ef (patch) | |
tree | 6b6f724a351263132492b9b4c7cc7f9c40321d66 /packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal | |
parent | e6c7672ff0a7bd122407d86d303fa654cfa8906d (diff) |
linux-handhelds-2.6 2.6.21-hh20: Make cpufreq powersave governor modular.
* Unfortunately, can't make entire cpufreq modular due to cross-dependency
with pcmcia layer.
* defconfigman r437
Diffstat (limited to 'packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal')
-rw-r--r-- | packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal/defconfig b/packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal/defconfig index 241d3a3759..8fe6a095ee 100644 --- a/packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal/defconfig +++ b/packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.21-hh20 -# Sun Jan 27 01:32:47 2008 +# Sun Feb 10 18:52:41 2008 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -279,7 +279,7 @@ CONFIG_CPU_FREQ_STAT_DETAILS=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=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=m CONFIG_CPU_FREQ_GOV_USERSPACE=m CONFIG_CPU_FREQ_GOV_ONDEMAND=m CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m |