:orphan: .. title:: MCUBOOT .. option:: CONFIG_MCUBOOT *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Hidden option used to indicate that the current image is MCUBoot Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:398`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options .. parsed-literal:: 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.)*