Skip to content

Commit 733dda9

Browse files
amonakovrafaeljw
authored andcommitted
cpufreq: Kconfig: fix documentation links
User documentation for cpufreq governors and drivers has been moved to admin-guide; adjust references from Kconfig entries accordingly. Remove references from undocumented cpufreq drivers, as well as the 'userspace' cpufreq governor, for which no additional details are provided in the admin-guide text. Fixes: 2a0e492 ("cpufreq: User/admin documentation update and consolidation") Signed-off-by: Alexander Monakov <amonakov@ispras.ru> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 0210b8e commit 733dda9

1 file changed

Lines changed: 6 additions & 17 deletions

File tree

drivers/cpufreq/Kconfig

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ config CPU_FREQ
1313
clock speed, you need to either enable a dynamic cpufreq governor
1414
(see below) after boot, or use a userspace tool.
1515

16-
For details, take a look at <file:Documentation/cpu-freq>.
16+
For details, take a look at
17+
<file:Documentation/admin-guide/pm/cpufreq.rst>.
1718

1819
If in doubt, say N.
1920

@@ -140,8 +141,6 @@ config CPU_FREQ_GOV_USERSPACE
140141
To compile this driver as a module, choose M here: the
141142
module will be called cpufreq_userspace.
142143

143-
For details, take a look at <file:Documentation/cpu-freq/>.
144-
145144
If in doubt, say Y.
146145

147146
config CPU_FREQ_GOV_ONDEMAND
@@ -158,7 +157,8 @@ config CPU_FREQ_GOV_ONDEMAND
158157
To compile this driver as a module, choose M here: the
159158
module will be called cpufreq_ondemand.
160159

161-
For details, take a look at linux/Documentation/cpu-freq.
160+
For details, take a look at
161+
<file:Documentation/admin-guide/pm/cpufreq.rst>.
162162

163163
If in doubt, say N.
164164

@@ -182,7 +182,8 @@ config CPU_FREQ_GOV_CONSERVATIVE
182182
To compile this driver as a module, choose M here: the
183183
module will be called cpufreq_conservative.
184184

185-
For details, take a look at linux/Documentation/cpu-freq.
185+
For details, take a look at
186+
<file:Documentation/admin-guide/pm/cpufreq.rst>.
186187

187188
If in doubt, say N.
188189

@@ -246,8 +247,6 @@ config IA64_ACPI_CPUFREQ
246247
This driver adds a CPUFreq driver which utilizes the ACPI
247248
Processor Performance States.
248249

249-
For details, take a look at <file:Documentation/cpu-freq/>.
250-
251250
If in doubt, say N.
252251
endif
253252

@@ -271,8 +270,6 @@ config LOONGSON2_CPUFREQ
271270

272271
Loongson2F and it's successors support this feature.
273272

274-
For details, take a look at <file:Documentation/cpu-freq/>.
275-
276273
If in doubt, say N.
277274

278275
config LOONGSON1_CPUFREQ
@@ -282,8 +279,6 @@ config LOONGSON1_CPUFREQ
282279
This option adds a CPUFreq driver for loongson1 processors which
283280
support software configurable cpu frequency.
284281

285-
For details, take a look at <file:Documentation/cpu-freq/>.
286-
287282
If in doubt, say N.
288283
endif
289284

@@ -293,17 +288,13 @@ config SPARC_US3_CPUFREQ
293288
help
294289
This adds the CPUFreq driver for UltraSPARC-III processors.
295290

296-
For details, take a look at <file:Documentation/cpu-freq>.
297-
298291
If in doubt, say N.
299292

300293
config SPARC_US2E_CPUFREQ
301294
tristate "UltraSPARC-IIe CPU Frequency driver"
302295
help
303296
This adds the CPUFreq driver for UltraSPARC-IIe processors.
304297

305-
For details, take a look at <file:Documentation/cpu-freq>.
306-
307298
If in doubt, say N.
308299
endif
309300

@@ -318,8 +309,6 @@ config SH_CPU_FREQ
318309
will also generate a notice in the boot log before disabling
319310
itself if the CPU in question is not capable of rate rounding.
320311

321-
For details, take a look at <file:Documentation/cpu-freq>.
322-
323312
If unsure, say N.
324313
endif
325314

0 commit comments

Comments
 (0)