Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=290647b46e4d8c9bd9e89daa19b29ff71e14e4af
Commit:     290647b46e4d8c9bd9e89daa19b29ff71e14e4af
Parent:     488b5ec871191359b9b79262a3d48456dae7ea5f
Author:     Dave Jones <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 19 22:21:13 2007 -0500
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Wed Feb 6 22:57:57 2008 -0500

    [CPUFREQ] Remove pointless Kconfig dependancy
    
    X86_ELAN already depends on X86_32
    
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
---
 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 151eda0..cb7a571 100644
--- a/arch/x86/kernel/cpu/cpufreq/Kconfig
+++ b/arch/x86/kernel/cpu/cpufreq/Kconfig
@@ -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.
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to