diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 4b1cf75136..fe845bf375 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -3985,11 +3985,10 @@ system and gives an overview of their function and contents. | |||
| 3985 | 3985 | ||
| 3986 | KCONFIG_MODE = "alldefconfig" | 3986 | KCONFIG_MODE = "alldefconfig" |
| 3987 | 3987 | ||
| 3988 | |||
| 3989 | :term:`KERNEL_ALT_IMAGETYPE` | 3988 | :term:`KERNEL_ALT_IMAGETYPE` |
| 3990 | Specifies an alternate kernel image type for creation in addition to | 3989 | Specifies an alternate kernel image type for creation in addition to |
| 3991 | the kernel image type specified using the | 3990 | the kernel image type specified using the :term:`KERNEL_IMAGETYPE` and |
| 3992 | :term:`KERNEL_IMAGETYPE` variable. | 3991 | :term:`KERNEL_IMAGETYPES` variables. |
| 3993 | 3992 | ||
| 3994 | :term:`KERNEL_ARTIFACT_NAME` | 3993 | :term:`KERNEL_ARTIFACT_NAME` |
| 3995 | Specifies the name of all of the build artifacts. You can change the | 3994 | Specifies the name of all of the build artifacts. You can change the |
| @@ -4173,9 +4172,12 @@ system and gives an overview of their function and contents. | |||
| 4173 | when building the kernel and is passed to ``make`` as the target to | 4172 | when building the kernel and is passed to ``make`` as the target to |
| 4174 | build. | 4173 | build. |
| 4175 | 4174 | ||
| 4176 | If you want to build an alternate kernel image type in addition to that | 4175 | To build additional kernel image types, use :term:`KERNEL_IMAGETYPES`. |
| 4177 | specified by :term:`KERNEL_IMAGETYPE`, use the :term:`KERNEL_ALT_IMAGETYPE` | 4176 | |
| 4178 | variable. | 4177 | :term:`KERNEL_IMAGETYPES` |
| 4178 | Lists additional types of kernel images to build for a device in addition | ||
| 4179 | to image type specified in :term:`KERNEL_IMAGETYPE`. Usually set by the | ||
| 4180 | machine configuration files. | ||
| 4179 | 4181 | ||
| 4180 | :term:`KERNEL_MODULE_AUTOLOAD` | 4182 | :term:`KERNEL_MODULE_AUTOLOAD` |
| 4181 | Lists kernel modules that need to be auto-loaded during boot. | 4183 | Lists kernel modules that need to be auto-loaded during boot. |
