Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6af6e1ef authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds
Browse files

[PATCH] Fix CPU_FREQ_GOV_ONDEMAND=y compile error



The ONDEMAND governor needs FREQ_TABLE

Signed-off-by: default avatarMattia Dongili <malattia@linux.it>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b80ebbf3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -107,6 +107,7 @@ config CPU_FREQ_GOV_USERSPACE


config CPU_FREQ_GOV_ONDEMAND
config CPU_FREQ_GOV_ONDEMAND
	tristate "'ondemand' cpufreq policy governor"
	tristate "'ondemand' cpufreq policy governor"
	select CPU_FREQ_TABLE
	help
	help
	  'ondemand' - This driver adds a dynamic cpufreq policy governor.
	  'ondemand' - This driver adds a dynamic cpufreq policy governor.
	  The governor does a periodic polling and 
	  The governor does a periodic polling and