CONFIG_BOOT_IMAGE_ACCESS_HOOKS¶
Enable hooks for overriding MCUboot’s bootutil native routines
Type: bool
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At modules/Kconfig.mcuboot_bootutil:24
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:34
Menu path: (Top) → Modules → MCUboot utility library
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.)