:orphan: .. title:: CONFIG_MCUBOOT .. kconfig:: CONFIG_MCUBOOT CONFIG_MCUBOOT ############## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Hidden option used to indicate that the current image is MCUBoot Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:535`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options .. code-block:: kconfig config MCUBOOT bool help Hidden option used to indicate that the current image is MCUBoot *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*