:orphan: .. title:: MCUBOOT_BOOTUTIL_LIB .. option:: CONFIG_MCUBOOT_BOOTUTIL_LIB *MCUboot utility library* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/Kconfig.mcuboot_bootutil:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:35`` Menu path: (Top) → Modules .. code-block:: kconfig 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.)*