summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorStefano Brivio2007-11-29 19:37:41 +0100
committerDave Jones2008-02-07 04:57:58 +0100
commit232e8884cb62f865d69383e42ef333215da504d4 (patch)
tree2e0aa4955d74475e3d5a534d4d553e00e0a7969d /drivers/cpufreq
parent[CPUFREQ] powernow-k8 print pstate instead of fid/did for family 10h (diff)
downloadkernel-qcow2-linux-232e8884cb62f865d69383e42ef333215da504d4.tar.gz
kernel-qcow2-linux-232e8884cb62f865d69383e42ef333215da504d4.tar.xz
kernel-qcow2-linux-232e8884cb62f865d69383e42ef333215da504d4.zip
[CPUFREQ] fix configuration help message
cpufreq support can't be built as a module. Fix the related configuration help message. Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 721f86f4f008..c159ae64eeb2 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -9,9 +9,6 @@ config CPU_FREQ
clock speed, you need to either enable a dynamic cpufreq governor
(see below) after boot, or use a userspace tool.
- To compile this driver as a module, choose M here: the
- module will be called cpufreq.
-
For details, take a look at <file:Documentation/cpu-freq>.
If in doubt, say N.