:orphan: .. title:: CONFIG_NORDIC_SECURITY_PROMPTLESS .. kconfig:: CONFIG_NORDIC_SECURITY_PROMPTLESS CONFIG_NORDIC_SECURITY_PROMPTLESS ################################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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. Defaults ======== - y if !\ :kconfig:`CUSTOM_OPENTHREAD_SECURITY ` - y if !\ :kconfig:`CUSTOM_PELION_SECURITY ` - y if \ :kconfig:`BUILD_WITH_TFM ` Kconfig definitions =================== At ``/subsys/net/openthread/Kconfig:15`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:18`` → ``/subsys/net/Kconfig:9`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → OpenThread .. code-block:: kconfig config NORDIC_SECURITY_PROMPTLESS bool default y if !CUSTOM_OPENTHREAD_SECURITY depends on NET_L2_OPENTHREAD ---- At ``/lib/pelion/Kconfig:20`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:35`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries .. code-block:: kconfig config NORDIC_SECURITY_PROMPTLESS bool default y if !CUSTOM_PELION_SECURITY depends on PELION_SOURCES ---- At ``/nrf_security/Kconfig:3`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:86`` → ``/Kconfig.nrfxlib:13`` Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → Nordic Security .. code-block:: kconfig 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.)*