ref-manual: Fix module_conf typo

Modules specified as part of module_conf must be listed in
KERNEL_MODULE_PROBECONF, not KERNEL_MODULE_AUTOLOAD.

(From yocto-docs rev: 5720fb534dc343675f8be6369b9661512e3968f2)

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Joslyn
2021-12-27 10:58:54 -08:00
committed by Richard Purdie
parent 5e5252bf13
commit 3182ba8142

View File

@@ -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::