diff options
author | Dave Jones <davej@redhat.com> | 2007-11-19 22:21:13 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2008-02-06 22:57:57 -0500 |
commit | 290647b46e4d8c9bd9e89daa19b29ff71e14e4af (patch) | |
tree | da47441678ac180c97fe0323b5cdbc25b161963f | |
parent | 488b5ec871191359b9b79262a3d48456dae7ea5f (diff) |
[CPUFREQ] Remove pointless Kconfig dependancy
X86_ELAN already depends on X86_32
Signed-off-by: Dave Jones <davej@redhat.com>
-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 151eda0a23fc..cb7a5715596d 100644 --- a/arch/x86/kernel/cpu/cpufreq/Kconfig +++ b/arch/x86/kernel/cpu/cpufreq/Kconfig | |||
@@ -29,7 +29,7 @@ config X86_ACPI_CPUFREQ | |||
29 | config ELAN_CPUFREQ | 29 | config ELAN_CPUFREQ |
30 | tristate "AMD Elan SC400 and SC410" | 30 | tristate "AMD Elan SC400 and SC410" |
31 | select CPU_FREQ_TABLE | 31 | select CPU_FREQ_TABLE |
32 | depends on X86_32 && X86_ELAN | 32 | depends on X86_ELAN |
33 | ---help--- | 33 | ---help--- |
34 | This adds the CPUFreq driver for AMD Elan SC400 and SC410 | 34 | This adds the CPUFreq driver for AMD Elan SC400 and SC410 |
35 | processors. | 35 | processors. |
@@ -45,7 +45,7 @@ config ELAN_CPUFREQ | |||
45 | config SC520_CPUFREQ | 45 | config SC520_CPUFREQ |
46 | tristate "AMD Elan SC520" | 46 | tristate "AMD Elan SC520" |
47 | select CPU_FREQ_TABLE | 47 | select CPU_FREQ_TABLE |
48 | depends on X86_32 && X86_ELAN | 48 | depends on X86_ELAN |
49 | ---help--- | 49 | ---help--- |
50 | This adds the CPUFreq driver for AMD Elan SC520 processor. | 50 | This adds the CPUFreq driver for AMD Elan SC520 processor. |
51 | 51 | ||