:orphan: .. title:: MCUBOOT_BOOTUTIL_LIB .. option:: CONFIG_MCUBOOT_BOOTUTIL_LIB *MCUboot utility library* Type: ``bool`` Help ==== Enable MCUboot utility library which implements functions required by the chain-loaded application and the MCUboot. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MCUBOOT_IMG_MANAGER ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mcuboot_bootutil:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:37`` Menu path: (Top) → Modules .. parsed-literal:: menuconfig MCUBOOT_BOOTUTIL_LIB bool "MCUboot utility library" help Enable MCUboot utility library which implements functions required by the chain-loaded application and the MCUboot. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*