LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] CPU_FREQ_TABLE shouldn't be a def_tristate
@ 2007-01-11 13:48 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-01-11 13:48 UTC (permalink / raw)
  To: davej; +Cc: cpufreq, linux-kernel

CPU_FREQ_TABLE enables helper code and gets select'ed when it's 
required.

Building it as a module when it's not required doesn't seem to make much 
sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.20-rc3-mm1/drivers/cpufreq/Kconfig.old	2007-01-11 07:56:13.000000000 +0100
+++ linux-2.6.20-rc3-mm1/drivers/cpufreq/Kconfig	2007-01-11 07:56:25.000000000 +0100
@@ -16,7 +16,7 @@
 if CPU_FREQ
 
 config CPU_FREQ_TABLE
-       def_tristate m
+       tristate
 
 config CPU_FREQ_DEBUG
 	bool "Enable CPUfreq debugging"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-11 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-11 13:48 [2.6 patch] CPU_FREQ_TABLE shouldn't be a def_tristate Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).