diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2003-06-12 02:29:27 +0100 |
|---|---|---|
| committer | Dave Jones <davej@codemonkey.org.uk> | 2003-06-12 02:29:27 +0100 |
| commit | 27d6f7ec0e5fbe53bd7a464437385bc422396e3f (patch) | |
| tree | 236b662e7840aa2beb85e99750a293c0b1f130a7 | |
| parent | 6322fd9d8e4058a16a9c28e6c3586a187cbc4332 (diff) | |
[CPUFREQ] Fix documentation filename.
Spotted by Jeremy Fitzhardinge
| -rw-r--r-- | arch/i386/kernel/cpu/cpufreq/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/Kconfig b/arch/i386/kernel/cpu/cpufreq/Kconfig index 71f31ab0ed73..b93c11b79b84 100644 --- a/arch/i386/kernel/cpu/cpufreq/Kconfig +++ b/arch/i386/kernel/cpu/cpufreq/Kconfig @@ -11,7 +11,7 @@ config CPU_FREQ fly. This is a nice method to save battery power on notebooks, because the lower the clock speed, the less power the CPU consumes. - For more information, take a look at linux/Documentation/cpufreq or + For more information, take a look at linux/Documentation/cpu-freq or at <http://www.brodo.de/cpufreq/> If in doubt, say N. @@ -38,7 +38,7 @@ config X86_ACPI_CPUFREQ This driver adds a CPUFreq driver which utilizes the ACPI Processor Performance States. - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. @@ -63,7 +63,7 @@ config ELAN_CPUFREQ parameter: elanfreq=maxspeed (in kHz) or as module parameter "max_freq". - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. @@ -74,7 +74,7 @@ config X86_POWERNOW_K6 This adds the CPUFreq driver for mobile AMD K6-2+ and mobile AMD K6-3+ processors. - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. @@ -84,7 +84,7 @@ config X86_POWERNOW_K7 help This adds the CPUFreq driver for mobile AMD K7 mobile processors. - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. @@ -95,7 +95,7 @@ config X86_GX_SUSPMOD This add the CPUFreq driver for NatSemi Geode processors which support suspend modulation. - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. @@ -107,7 +107,7 @@ config X86_SPEEDSTEP (Coppermine), all mobile Intel Pentium III-M (Tulatin) and all mobile Intel Pentium 4 P4-Ms. - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. @@ -118,7 +118,7 @@ config X86_P4_CLOCKMOD This adds the CPUFreq driver for Intel Pentium 4 / XEON processors. - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. @@ -129,7 +129,7 @@ config X86_LONGRUN This adds the CPUFreq driver for Transmeta Crusoe processors which support LongRun. - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. @@ -141,7 +141,7 @@ config X86_LONGHAUL VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T processors. - For details, take a look at linux/Documentation/cpufreq. + For details, take a look at linux/Documentation/cpu-freq. If in doubt, say N. |
