:orphan: .. title:: CONFIG_MCUBOOT_BOOTUTIL_LIB_OWN_LOG .. kconfig:: CONFIG_MCUBOOT_BOOTUTIL_LIB_OWN_LOG CONFIG_MCUBOOT_BOOTUTIL_LIB_OWN_LOG ################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MCUBOOT_BOOTUTIL_LIB ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/Kconfig.mcuboot_bootutil:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:34`` Menu path: (Top) → Modules → MCUboot utility library .. code-block:: kconfig config MCUBOOT_BOOTUTIL_LIB_OWN_LOG bool default y depends on MCUBOOT_BOOTUTIL_LIB *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*