:orphan: .. title:: CONFIG_MCUBOOT_BOOTUTIL_LIB .. kconfig:: CONFIG_MCUBOOT_BOOTUTIL_LIB 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 =============================== - \ :kconfig:`MCUBOOT_IMG_MANAGER ` Kconfig definition ================== At ``/Kconfig.mcuboot_bootutil:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:34`` 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.)*