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 misc/Kconfig:303

Included via Kconfig:10Kconfig.zephyr:31

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.)