-
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 Kconfig.zephyr:328
Included via Kconfig:10
Menu path: (top menu) → Boot Options
config IS_BOOTLOADER bool prompt "Act as a bootloader" ifXIP
&&ARM
depends onXIP
&&ARM
help This option indicates that Zephyr will act as a bootloader to execute a separate Zephyr image payload.
(Definitions include propagated dependencies, including from if’s and menus.)