[2.6 patch] CPU_FREQ_TABLE shouldn't be a def_tristate

From: Adrian Bunk
Date: Thu Jan 11 2007 - 08:49:06 EST


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@xxxxxxxxx>

--- 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"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/