Files
poky/meta/packages/linux/linux-rp-2.6.25+2.6.26-rc4/cpufreq-fix.patch
Marcin Juszkiewicz a6e8538c3e linux-rp 2.6.26-rc4: fix c7x0 config, added patch for unbreaking CPUFreq
"conservative" governor cannot be compiled into kernel without simple
patch (send mainline)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4742 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-27 17:50:47 +00:00

19 lines
643 B
Diff

---
drivers/cpufreq/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6.25.orig/drivers/cpufreq/Kconfig
+++ linux-2.6.25/drivers/cpufreq/Kconfig
@@ -168,10 +168,11 @@ config CPU_FREQ_GOV_ONDEMAND
If in doubt, say N.
config CPU_FREQ_GOV_CONSERVATIVE
tristate "'conservative' cpufreq governor"
depends on CPU_FREQ
+ select CPU_FREQ_TABLE
help
'conservative' - this driver is rather similar to the 'ondemand'
governor both in its source code and its purpose, the difference is
its optimisation for better suitability in a battery powered
environment. The frequency is gracefully increased and decreased