ref-manual: Fix module_conf typo

Message ID 20211227185854.1125884-1-robert.joslyn@redrectangle.org
State New
Headers show
Series ref-manual: Fix module_conf typo | expand

Commit Message

Robert Joslyn Dec. 27, 2021, 6:58 p.m. UTC
Modules specified as part of module_conf must be listed in
KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
 documentation/ref-manual/variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz Jan. 3, 2022, 11:33 a.m. UTC | #1
Hi Robert,

On 12/27/21 19:58, Robert Joslyn wrote:
> Modules specified as part of module_conf must be listed in
> KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD.
> 
> Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>

Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>

Thanks!
Quentin
Michael Opdenacker Jan. 3, 2022, 2:28 p.m. UTC | #2
Robert, Quentin,

On 1/3/22 12:33 PM, Quentin Schulz wrote:
> Hi Robert,
>
> On 12/27/21 19:58, Robert Joslyn wrote:
>> Modules specified as part of module_conf must be listed in
>> KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD.
>>
>> Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
>
> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>


Thanks for the patch and the review!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into master-next.

Thanks again
Michael.

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e5216b3f3..59d98927e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4734,7 +4734,7 @@  system and gives an overview of their function and contents.
       configuration file, a distribution configuration file, an append file
       for the recipe, or the recipe itself). If you use this variable, you
       must also be sure to list the module name in the
-      :term:`KERNEL_MODULE_AUTOLOAD`
+      :term:`KERNEL_MODULE_PROBECONF`
       variable.
 
       Here is the general syntax::