The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

XIP && ARM

(Includes any dependencies from if’s and menus.)

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" if XIP && ARM
    depends on XIP && 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.)