aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/Kconfig
diff options
context:
space:
mode:
authorStefano Brivio <stefano.brivio@polimi.it>2007-11-29 19:37:41 +0100
committerDave Jones <davej@redhat.com>2008-02-06 22:57:58 -0500
commit232e8884cb62f865d69383e42ef333215da504d4 (patch)
tree2e0aa4955d74475e3d5a534d4d553e00e0a7969d /drivers/cpufreq/Kconfig
parent4ae5c49ffe93a36e8f6140db069b4126289020c1 (diff)
[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/Kconfig')
-rw-r--r--drivers/cpufreq/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 721f86f4f00..c159ae64eeb 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.