diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-03 16:52:02 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-03-06 01:59:14 +0300 |
commit | c3419b71a7ee5df835edb64ec83c92de29430b85 (patch) | |
tree | 374fa3166c728092150da03c53820232e32670fe | |
parent | 03b22496502dacb8a4f3b65e08fcde1d606cbff2 (diff) | |
download | linux-c3419b71a7ee5df835edb64ec83c92de29430b85.tar.xz |
docs: cpufreq: fix a broken reference
The old cpufreq docs got moved. Let's also update its
pointer inside Kconfig.x86.
Fixes: 03b22496502d ("Documentation: cpufreq: Move legacy driver documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/Kconfig.x86 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |