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.

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:18<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 <nRF>/lib/pelion/Kconfig:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:35

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

config NORDIC_SECURITY_PROMPTLESS
    bool
    default y if !CUSTOM_PELION_SECURITY
    depends on PELION_SOURCES

At <nrfxlib>/nrf_security/Kconfig:3

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

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

config NORDIC_SECURITY_PROMPTLESS
    bool
    default y if BUILD_WITH_TFM
    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.)