CONFIG_NORDIC_SECURITY_PROMPTLESS

(No prompt – not directly user assignable.)

Type: bool

Help

Internal setting to disable the Nordic security backend
This setting is Kconfig internal that must be used by subsystems that
provides nRF Security selection groups.

Default

Kconfig definitions

At <nRF>/subsys/net/openthread/Kconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:20<nRF>/subsys/net/Kconfig:9

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

config NORDIC_SECURITY_PROMPTLESS
    bool
    default y if !CUSTOM_OPENTHREAD_SECURITY
    depends on NET_L2_OPENTHREAD

At <nrfxlib>/nrf_security/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:92<nrfxlib>/Kconfig.nrfxlib:13

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nrf_security module

config NORDIC_SECURITY_PROMPTLESS
    bool
    help
      Internal setting to disable the Nordic security backend
      This setting is Kconfig internal that must be used by subsystems that
      provides nRF Security selection groups.

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