:orphan: .. title:: CONFIG_IS_BOOTLOADER .. kconfig:: CONFIG_IS_BOOTLOADER CONFIG_IS_BOOTLOADER #################### *Act as a bootloader* Type: ``bool`` Help ==== .. code-block:: none This option indicates that Zephyr will act as a bootloader to execute a separate Zephyr image payload. Direct dependencies =================== \ :kconfig:`XIP ` && \ :kconfig:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:515`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options .. code-block:: kconfig config IS_BOOTLOADER bool "Act as a bootloader" depends on XIP && 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.)*