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¶
Kconfig definition¶
At <External Modules>/Kconfig.mcuboot_bootutil:4
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:34
Menu path: (Top) → Modules
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.)