From 3182ba8142ea7fe7a529cb59e43e4e93357b20ee Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Mon, 27 Dec 2021 10:58:54 -0800 Subject: 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 Reviewed-by: Quentin Schulz Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 4f5d084e54..e81a12030a 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:: -- cgit v1.2.3-54-g00ecf