summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2021-12-27 10:58:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-07 11:12:06 +0000
commit3182ba8142ea7fe7a529cb59e43e4e93357b20ee (patch)
tree60d5a50ea17b4dd43dc6d10314998d139d2980e3 /documentation/ref-manual/variables.rst
parent5e5252bf13835abb1cdf61bbb353c1e7711d455e (diff)
downloadpoky-3182ba8142ea7fe7a529cb59e43e4e93357b20ee.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
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.
4734 configuration file, a distribution configuration file, an append file 4734 configuration file, a distribution configuration file, an append file
4735 for the recipe, or the recipe itself). If you use this variable, you 4735 for the recipe, or the recipe itself). If you use this variable, you
4736 must also be sure to list the module name in the 4736 must also be sure to list the module name in the
4737 :term:`KERNEL_MODULE_AUTOLOAD` 4737 :term:`KERNEL_MODULE_PROBECONF`
4738 variable. 4738 variable.
4739 4739
4740 Here is the general syntax:: 4740 Here is the general syntax::