:orphan: .. title:: CONFIG_BOOT_IMAGE_ACCESS_HOOKS .. kconfig:: CONFIG_BOOT_IMAGE_ACCESS_HOOKS CONFIG_BOOT_IMAGE_ACCESS_HOOKS ############################## *Enable hooks for overriding MCUboot's bootutil native routines* Type: ``bool`` Help ==== .. code-block:: none Allow to provide procedures for override or extend native MCUboot's routines required for access the image data. It is up to the application project to add source file which implements hooks to the build. Direct dependencies =================== \ :kconfig:`MCUBOOT_BOOTUTIL_LIB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.mcuboot_bootutil:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:34`` Menu path: (Top) → Modules → MCUboot utility library .. code-block:: kconfig config BOOT_IMAGE_ACCESS_HOOKS bool "Enable hooks for overriding MCUboot's bootutil native routines" depends on MCUBOOT_BOOTUTIL_LIB help Allow to provide procedures for override or extend native MCUboot's routines required for access the image data. It is up to the application project to add source file which implements hooks to the build. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*