CONFIG_FPROTECT_ENABLE_IS_PROTECTED

(No prompt – not directly user assignable.)

Type: bool

Help

Enable API to query if an address has been protected.

Direct dependencies

FPROTECT && HAS_HW_NRF_ACL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/lib/fprotect/Kconfig:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:94<nRF>/lib/Kconfig:17

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries

config FPROTECT_ENABLE_IS_PROTECTED
    bool
    default y
    depends on FPROTECT && HAS_HW_NRF_ACL
    help
      Enable API to query if an address has been protected.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)