:orphan: .. title:: CONFIG_SPM_NRF_PWM2_NS .. kconfig:: CONFIG_SPM_NRF_PWM2_NS CONFIG_SPM_NRF_PWM2_NS ###################### *PWM2 is Non-Secure* Type: ``bool`` Direct dependencies =================== \ :kconfig:`IS_SPM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/subsys/spm/Kconfig:263`` 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_PWM2_NS bool "PWM2 is Non-Secure" default y depends on IS_SPM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*