:orphan: .. title:: CONFIG_BL_SECP256R1_EXT_API_ENABLED .. kconfig:: CONFIG_BL_SECP256R1_EXT_API_ENABLED CONFIG_BL_SECP256R1_EXT_API_ENABLED ################################### *Provide the BL\_SECP256R1 EXT\_API to other images.* Type: ``bool`` Help ==== .. code-block:: none Provide this EXT_API to other images. Direct dependencies =================== \ :kconfig:`SECURE_BOOT_CRYPTO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/subsys/fw_info/Kconfig.template.fw_info_ext_api:40`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:8`` → ``/subsys/bootloader/Kconfig:234`` → ``/subsys/bootloader/bl_crypto/Kconfig:141`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot Crypto .. code-block:: kconfig config BL_SECP256R1_EXT_API_ENABLED bool "Provide the BL_SECP256R1 EXT_API to other images." depends on SECURE_BOOT_CRYPTO help Provide this EXT_API to other images. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*