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