diff options
-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 c0554a90b9..e6be196948 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5018,15 +5018,8 @@ system and gives an overview of their function and contents. | |||
5018 | options not explicitly specified will be disabled in the kernel | 5018 | options not explicitly specified will be disabled in the kernel |
5019 | config. | 5019 | config. |
5020 | 5020 | ||
5021 | In case :term:`KCONFIG_MODE` is not set the behaviour will depend on where | 5021 | In case :term:`KCONFIG_MODE` is not set the ``defconfig`` file |
5022 | the ``defconfig`` file is coming from. An "in-tree" ``defconfig`` file | 5022 | will be handled in ``allnoconfig`` mode. |
5023 | will be handled in ``alldefconfig`` mode, a ``defconfig`` file placed | ||
5024 | in ``${WORKDIR}`` through a meta-layer will be handled in | ||
5025 | ``allnoconfig`` mode. | ||
5026 | |||
5027 | An "in-tree" ``defconfig`` file can be selected via the | ||
5028 | :term:`KBUILD_DEFCONFIG` variable. :term:`KCONFIG_MODE` does not need to | ||
5029 | be explicitly set. | ||
5030 | 5023 | ||
5031 | A ``defconfig`` file compatible with ``allnoconfig`` mode can be | 5024 | A ``defconfig`` file compatible with ``allnoconfig`` mode can be |
5032 | generated by copying the ``.config`` file from a working Linux kernel | 5025 | generated by copying the ``.config`` file from a working Linux kernel |