diff options
author | Ian Campbell <ijc@hellion.org.uk> | 2011-04-08 02:42:29 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-04-08 16:01:25 -0400 |
commit | ce9c99af8d4b3b0b9463654fd252d8640d804dc3 (patch) | |
tree | b5754ba3e8bf1022c58467992435d7670112aa52 /arch/x86/kernel/cpu/cpufreq/Kconfig | |
parent | 6221f222c0ebf1acdf7abcf927178f40e1a65e2a (diff) |
x86, cpu: Move AMD Elan Kconfig under "Processor family"
Currently the option resides under X86_EXTENDED_PLATFORM due to historical
nonstandard A20M# handling. However that is no longer the case and so Elan can
be treated as part of the standard processor choice Kconfig option.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Link: http://lkml.kernel.org/r/1302245177.31620.47.camel@localhost.localdomain
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/kernel/cpu/cpufreq/Kconfig')
-rw-r--r-- | arch/x86/kernel/cpu/cpufreq/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/Kconfig b/arch/x86/kernel/cpu/cpufreq/Kconfig index 870e6cc6ad28..0ab9b22557c4 100644 --- a/arch/x86/kernel/cpu/cpufreq/Kconfig +++ b/arch/x86/kernel/cpu/cpufreq/Kconfig | |||
@@ -43,7 +43,7 @@ config X86_ACPI_CPUFREQ | |||
43 | config ELAN_CPUFREQ | 43 | config ELAN_CPUFREQ |
44 | tristate "AMD Elan SC400 and SC410" | 44 | tristate "AMD Elan SC400 and SC410" |
45 | select CPU_FREQ_TABLE | 45 | select CPU_FREQ_TABLE |
46 | depends on X86_ELAN | 46 | depends on MELAN |
47 | ---help--- | 47 | ---help--- |
48 | This adds the CPUFreq driver for AMD Elan SC400 and SC410 | 48 | This adds the CPUFreq driver for AMD Elan SC400 and SC410 |
49 | processors. | 49 | processors. |
@@ -59,7 +59,7 @@ config ELAN_CPUFREQ | |||
59 | config SC520_CPUFREQ | 59 | config SC520_CPUFREQ |
60 | tristate "AMD Elan SC520" | 60 | tristate "AMD Elan SC520" |
61 | select CPU_FREQ_TABLE | 61 | select CPU_FREQ_TABLE |
62 | depends on X86_ELAN | 62 | depends on MELAN |
63 | ---help--- | 63 | ---help--- |
64 | This adds the CPUFreq driver for AMD Elan SC520 processor. | 64 | This adds the CPUFreq driver for AMD Elan SC520 processor. |
65 | 65 | ||