Skip to content

Commit

Permalink
[CPUFREQ] Remove pointless Kconfig dependancy
Browse files Browse the repository at this point in the history
X86_ELAN already depends on X86_32

Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed Feb 7, 2008
1 parent 488b5ec commit 290647b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kernel/cpu/cpufreq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit 290647b

Please sign in to comment.