aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flexis-zaurus
AgeCommit message (Expand)Author
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
2006-04-24bitbake files inheriting palmtop: don't override EXTRA_QMAKEVARS_POST, append...Michael Lauer
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
b'>ChenQi/systemd-multilib OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-rp-2.6.26/cpufreq-fix.patch
blob: a3c996f7bd0afe5a4a9cf6a6c9be285af54c40c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
 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