Message ID | 0bda11fd334238a21e429355616caff26e99cc77.1583243272.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | [v2,1/5] docs: cpufreq: fix a broken reference | expand |
On Tue, Mar 3, 2020 at 2:52 PM Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote: > > 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 --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. > -- All of the patches in this series applied as 5.7 material, thanks!
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.
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(-)