From: Stefano Brivio Date: Thu, 29 Nov 2007 18:37:41 +0000 (+0100) Subject: [CPUFREQ] fix configuration help message X-Git-Tag: v2.6.25-rc1~302^2~4 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=232e8884cb62f865d69383e42ef333215da504d4;p=safe%2Fjmp%2Flinux-2.6 [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 Signed-off-by: Dave Jones --- diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 721f86f..c159ae6 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 . If in doubt, say N.