:orphan: .. title:: CONFIG_SPM_NRF_DCNF_NS .. kconfig:: CONFIG_SPM_NRF_DCNF_NS CONFIG_SPM_NRF_DCNF_NS ###################### *DCNF is Non-Secure* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_NRF5340_CPUAPP ` && \ :kconfig:`IS_SPM ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/subsys/spm/Kconfig:294`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:26`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → SPM → Configure Non-Secure peripherals .. code-block:: kconfig config SPM_NRF_DCNF_NS bool "DCNF is Non-Secure" default n depends on SOC_NRF5340_CPUAPP && IS_SPM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*