aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig.x86
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@amd.com>2012-09-04 04:28:04 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-09-09 16:04:41 -0400
commit034be8fd645bb77ca623036dc24c790b6cc803e2 (patch)
tree5be915aefef78aef8a13645f6358592cdb88484b /drivers/cpufreq/Kconfig.x86
parentacd316248205d553594296f1895ba5196b89ffcc (diff)
cpufreq: Add warning message to powernow-k8
cpufreq modules are often loaded from init scripts that assume that all recent AMD systems will use powernow-k8. To inform the user of the change of support and ease the transition to acpi-cpufreq, emit a warning message. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'drivers/cpufreq/Kconfig.x86')
-rw-r--r--drivers/cpufreq/Kconfig.x863
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86
index 8d12e378a7ef..b36ca1f68bff 100644
--- a/drivers/cpufreq/Kconfig.x86
+++ b/drivers/cpufreq/Kconfig.x86
@@ -96,7 +96,8 @@ config X86_POWERNOW_K8
96 select CPU_FREQ_TABLE 96 select CPU_FREQ_TABLE
97 depends on ACPI && ACPI_PROCESSOR 97 depends on ACPI && ACPI_PROCESSOR
98 help 98 help
99 This adds the CPUFreq driver for K8/K10 Opteron/Athlon64 processors. 99 This adds the CPUFreq driver for K8/early Opteron/Athlon64 processors.
100 Support for K10 and newer processors is now in acpi-cpufreq.
100 101
101 To compile this driver as a module, choose M here: the 102 To compile this driver as a module, choose M here: the
102 module will be called powernow-k8. 103 module will be called powernow-k8.