Clean up x86 cpufreq config

We have CONFIG_X86_POWERNOW_K8=m and CONFIG_SPEEDSTEP_CENTRINO=m for
both 32-bit and 64-bit configurations, so set these only in the main
config file.

svn path=/dists/trunk/linux-2.6/; revision=18565
This commit is contained in:
Ben Hutchings 2012-01-18 15:00:04 +00:00
parent 800671c93c
commit dce8a9a738
3 changed files with 1 additions and 7 deletions

View File

@ -330,6 +330,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
##
CONFIG_X86_PCC_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_P4_CLOCKMOD=m

View File

@ -118,9 +118,7 @@ CONFIG_AGP_EFFICEON=y
##
CONFIG_X86_POWERNOW_K6=m
CONFIG_X86_POWERNOW_K7=m
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_GX_SUSPMOD=m
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
CONFIG_X86_SPEEDSTEP_ICH=m
CONFIG_X86_SPEEDSTEP_SMI=m

View File

@ -47,11 +47,6 @@ CONFIG_AGP=y
#. Needed by GART_IOMMU
CONFIG_AGP_AMD64=y
##
## file: drivers/cpufreq/Kconfig.x86
##
CONFIG_X86_POWERNOW_K8=m
##
## file: drivers/i2c/busses/Kconfig
##