diff mbox series

[v2,1/5] docs: cpufreq: fix a broken reference

Message ID 0bda11fd334238a21e429355616caff26e99cc77.1583243272.git.mchehab+huawei@kernel.org
State New
Headers show
Series [v2,1/5] docs: cpufreq: fix a broken reference | expand

Commit Message

Mauro Carvalho Chehab March 3, 2020, 1:52 p.m. UTC
The old cpufreq docs got moved. Let's also update its
pointer inside Kconfig.x86.

Fixes: 78a0abeca1bd ("Documentation: cpufreq: Move legacy driver documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 drivers/cpufreq/Kconfig.x86 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86
index a6528388952e..62502d0e4c33 100644
--- a/drivers/cpufreq/Kconfig.x86
+++ b/drivers/cpufreq/Kconfig.x86
@@ -25,7 +25,7 @@  config X86_PCC_CPUFREQ
 	  This driver adds support for the PCC interface.
 
 	  For details, take a look at:
-	  <file:Documentation/cpu-freq/pcc-cpufreq.txt>.
+	  <file:Documentation/admin-guide/pm/cpufreq_drivers.rst>.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called pcc-cpufreq.