-
CONFIG_IS_BOOTLOADER
¶
Act as a bootloader
Type: bool
Help¶
This option indicates that Zephyr will act as a bootloader to execute a separate Zephyr image payload.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/Kconfig.zephyr:362
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Boot Options
config IS_BOOTLOADER bool "Act as a bootloader" depends onXIP
&&ARM
help This option indicates that Zephyr will act as a bootloader to execute a separate Zephyr image payload.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)