Commit 10f44fc4 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Fix ordering in kconfig.

parent ab2d870e
...@@ -78,21 +78,21 @@ config X86_POWERNOW_K6 ...@@ -78,21 +78,21 @@ config X86_POWERNOW_K6
If in doubt, say N. If in doubt, say N.
config X86_POWERNOW_K8 config X86_POWERNOW_K7
tristate "AMD Opteron/Athlon64 PowerNow!" tristate "AMD Mobile Athlon/Duron PowerNow!"
depends on CPU_FREQ_TABLE depends on CPU_FREQ_TABLE
help help
This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 processors. This adds the CPUFreq driver for mobile AMD K7 mobile processors.
For details, take a look at linux/Documentation/cpu-freq. For details, take a look at linux/Documentation/cpu-freq.
If in doubt, say N. If in doubt, say N.
config X86_POWERNOW_K7 config X86_POWERNOW_K8
tristate "AMD Mobile Athlon/Duron PowerNow!" tristate "AMD Opteron/Athlon64 PowerNow!"
depends on CPU_FREQ_TABLE depends on CPU_FREQ_TABLE
help help
This adds the CPUFreq driver for mobile AMD K7 mobile processors. This adds the CPUFreq driver for mobile AMD Opteron/Athlon64 processors.
For details, take a look at linux/Documentation/cpu-freq. For details, take a look at linux/Documentation/cpu-freq.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment