[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070111134848.GB20027@stusta.de>
Date: Thu, 11 Jan 2007 14:48:48 +0100
From: Adrian Bunk <bunk@...sta.de>
To: davej@...emonkey.org.uk
Cc: cpufreq@...ts.linux.org.uk, linux-kernel@...r.kernel.org
Subject: [2.6 patch] CPU_FREQ_TABLE shouldn't be a def_tristate
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@...sta.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"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists