Re: [PATCH v2] docs: kernel-parameters: add CPU_FREQ, CPU_IDLE build options
Jonathan Corbet <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
Randy Dunlap <[email protected]> writes: > CPU_FREQ and CPU_IDLE are used in descriptions of some kernel parameters > so add their descriptions to the build options list. > > Signed-off-by: Randy Dunlap <[email protected]> > --- > v2: wordsmithing by Rafael (thanks) > > Cc: Jonathan Corbet <[email protected]> > Cc: Shuah Khan <[email protected]> > Cc: [email protected] > Cc: "Rafael J. Wysocki" <[email protected]> > Cc: Viresh Kumar <[email protected]> > Cc: Daniel Lezcano <[email protected]> > Cc: [email protected] > > Documentation/admin-guide/kernel-parameters.txt | 2 ++ > 1 file changed, 2 insertions(+) > > --- linux-next-20260814.orig/Documentation/admin-guide/kernel-parameters.txt > +++ linux-next-20260814/Documentation/admin-guide/kernel-parameters.txt > @@ -8,6 +8,8 @@ > ARM64 ARM64 architecture is enabled. > CLK Common clock infrastructure is enabled. > CMA Contiguous Memory Area support is enabled. > + CPU_FREQ CPU frequency scaling is enabled. > + CPU_IDLE CPU idle time management is enabled. > DRM Direct Rendering Management support is enabled. Applied, thanks. jon