aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig.x86
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/Kconfig.x86')
-rw-r--r--drivers/cpufreq/Kconfig.x8615
1 files changed, 14 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86
index 934854ae5eb4..98e5abbe8f26 100644
--- a/drivers/cpufreq/Kconfig.x86
+++ b/drivers/cpufreq/Kconfig.x86
@@ -2,6 +2,19 @@
2# x86 CPU Frequency scaling drivers 2# x86 CPU Frequency scaling drivers
3# 3#
4 4
5config X86_INTEL_PSTATE
6 bool "Intel P state control"
7 depends on X86
8 help
9 This driver provides a P state for Intel core processors.
10 The driver implements an internal governor and will become
11 the scaling driver and governor for Sandy bridge processors.
12
13 When this driver is enabled it will become the perferred
14 scaling driver for Sandy bridge processors.
15
16 If in doubt, say N.
17
5config X86_PCC_CPUFREQ 18config X86_PCC_CPUFREQ
6 tristate "Processor Clocking Control interface driver" 19 tristate "Processor Clocking Control interface driver"
7 depends on ACPI && ACPI_PROCESSOR 20 depends on ACPI && ACPI_PROCESSOR
@@ -106,7 +119,7 @@ config X86_POWERNOW_K7_ACPI
106config X86_POWERNOW_K8 119config X86_POWERNOW_K8
107 tristate "AMD Opteron/Athlon64 PowerNow!" 120 tristate "AMD Opteron/Athlon64 PowerNow!"
108 select CPU_FREQ_TABLE 121 select CPU_FREQ_TABLE
109 depends on ACPI && ACPI_PROCESSOR 122 depends on ACPI && ACPI_PROCESSOR && X86_ACPI_CPUFREQ
110 help 123 help
111 This adds the CPUFreq driver for K8/early Opteron/Athlon64 processors. 124 This adds the CPUFreq driver for K8/early Opteron/Athlon64 processors.
112 Support for K10 and newer processors is now in acpi-cpufreq. 125 Support for K10 and newer processors is now in acpi-cpufreq.