[CPUFREQ] Remove pointless Kconfig dependancy
authorDave Jones <davej@redhat.com>
Tue, 20 Nov 2007 03:21:13 +0000 (22:21 -0500)
committerDave Jones <davej@redhat.com>
Thu, 7 Feb 2008 03:57:57 +0000 (22:57 -0500)
X86_ELAN already depends on X86_32

Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/Kconfig

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