Browse Source

[CPUFREQ] Remove pointless Kconfig dependancy

X86_ELAN already depends on X86_32

Signed-off-by: Dave Jones <davej@redhat.com>
Dave Jones 17 years ago
parent
commit
290647b46e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/x86/kernel/cpu/cpufreq/Kconfig

+ 2 - 2
arch/x86/kernel/cpu/cpufreq/Kconfig

@@ -29,7 +29,7 @@ config X86_ACPI_CPUFREQ
 config ELAN_CPUFREQ
 config ELAN_CPUFREQ
 	tristate "AMD Elan SC400 and SC410"
 	tristate "AMD Elan SC400 and SC410"
 	select CPU_FREQ_TABLE
 	select CPU_FREQ_TABLE
-	depends on X86_32 && X86_ELAN
+	depends on X86_ELAN
 	---help---
 	---help---
 	  This adds the CPUFreq driver for AMD Elan SC400 and SC410
 	  This adds the CPUFreq driver for AMD Elan SC400 and SC410
 	  processors.
 	  processors.
@@ -45,7 +45,7 @@ config ELAN_CPUFREQ
 config SC520_CPUFREQ
 config SC520_CPUFREQ
 	tristate "AMD Elan SC520"
 	tristate "AMD Elan SC520"
 	select CPU_FREQ_TABLE
 	select CPU_FREQ_TABLE
-	depends on X86_32 && X86_ELAN
+	depends on X86_ELAN
 	---help---
 	---help---
 	  This adds the CPUFreq driver for AMD Elan SC520 processor.
 	  This adds the CPUFreq driver for AMD Elan SC520 processor.