diff options
author | Stefano Brivio <stefano.brivio@polimi.it> | 2007-11-29 13:37:41 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2008-02-06 22:57:58 -0500 |
commit | 232e8884cb62f865d69383e42ef333215da504d4 (patch) | |
tree | 2e0aa4955d74475e3d5a534d4d553e00e0a7969d /drivers/cpufreq/Kconfig | |
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/Kconfig')
-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 | |||
9 | clock speed, you need to either enable a dynamic cpufreq governor | 9 | clock speed, you need to either enable a dynamic cpufreq governor |
10 | (see below) after boot, or use a userspace tool. | 10 | (see below) after boot, or use a userspace tool. |
11 | 11 | ||
12 | To compile this driver as a module, choose M here: the | ||
13 | module will be called cpufreq. | ||
14 | |||
15 | For details, take a look at <file:Documentation/cpu-freq>. | 12 | For details, take a look at <file:Documentation/cpu-freq>. |
16 | 13 | ||
17 | If in doubt, say N. | 14 | If in doubt, say N. |