summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 03839ac0ad..1a4e8a2548 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5468,6 +5468,19 @@ system and gives an overview of their function and contents.
5468 Linux Kernel configuration auditing feature, see :term:`KCONF_AUDIT_LEVEL` 5468 Linux Kernel configuration auditing feature, see :term:`KCONF_AUDIT_LEVEL`
5469 and :term:`KCONF_BSP_AUDIT_LEVEL`. 5469 and :term:`KCONF_BSP_AUDIT_LEVEL`.
5470 5470
5471 :term:`KMETA_CONFIG_FEATURES`
5472 The :term:`KMETA_CONFIG_FEATURES` variable defines features enabled for the
5473 :ref:`ref-classes-kernel-yocto` class. The following list of features are
5474 supported:
5475
5476 - ``prefer-modules``: prefer a kernel configuration to be set as ``m``
5477 instead of the default value ``y`` if the kernel configuration was
5478 defined as follows::
5479
5480 CONFIG_FOO=y # OVERRIDE:$MODULE_OR_Y
5481
5482 The default value of this variable is an empty string.
5483
5471 :term:`KTYPE` 5484 :term:`KTYPE`
5472 Defines the kernel type to be used in assembling the configuration. 5485 Defines the kernel type to be used in assembling the configuration.
5473 The linux-yocto recipes define "standard", "tiny", and "preempt-rt" 5486 The linux-yocto recipes define "standard", "tiny", and "preempt-rt"