diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 9768d8f5b8..5c18b852d1 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5036,15 +5036,8 @@ system and gives an overview of their function and contents. | |||
5036 | options not explicitly specified will be disabled in the kernel | 5036 | options not explicitly specified will be disabled in the kernel |
5037 | config. | 5037 | config. |
5038 | 5038 | ||
5039 | In case :term:`KCONFIG_MODE` is not set the behaviour will depend on where | 5039 | In case :term:`KCONFIG_MODE` is not set the ``defconfig`` file |
5040 | the ``defconfig`` file is coming from. An "in-tree" ``defconfig`` file | 5040 | will be handled in ``allnoconfig`` mode. |
5041 | will be handled in ``alldefconfig`` mode, a ``defconfig`` file placed | ||
5042 | in ``${WORKDIR}`` through a meta-layer will be handled in | ||
5043 | ``allnoconfig`` mode. | ||
5044 | |||
5045 | An "in-tree" ``defconfig`` file can be selected via the | ||
5046 | :term:`KBUILD_DEFCONFIG` variable. :term:`KCONFIG_MODE` does not need to | ||
5047 | be explicitly set. | ||
5048 | 5041 | ||
5049 | A ``defconfig`` file compatible with ``allnoconfig`` mode can be | 5042 | A ``defconfig`` file compatible with ``allnoconfig`` mode can be |
5050 | generated by copying the ``.config`` file from a working Linux kernel | 5043 | generated by copying the ``.config`` file from a working Linux kernel |