diff options
author | Stefano Brivio <stefano.brivio@polimi.it> | 2007-11-29 19:37:41 +0100 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2008-02-06 22:57:58 -0500 |
commit | 232e8884cb62f865d69383e42ef333215da504d4 (patch) | |
tree | 2e0aa4955d74475e3d5a534d4d553e00e0a7969d /drivers/cpufreq | |
parent | 4ae5c49ffe93a36e8f6140db069b4126289020c1 (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')
-rw-r--r-- | drivers/cpufreq/Kconfig | 3 |
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. |