:orphan: .. title:: CONFIG_MPSL_SIGNAL_STACK_SIZE .. kconfig:: CONFIG_MPSL_SIGNAL_STACK_SIZE CONFIG_MPSL_SIGNAL_STACK_SIZE ############################# *Size of the signal handler thread stack* Type: ``int`` Help ==== .. code-block:: none Size of the signal handler thread stack, used to process lower priority signals in MPSL. Default ======= - 1024 Kconfig definition ================== At ``/subsys/mpsl/init/Kconfig:13`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:34`` → ``/subsys/mpsl/Kconfig:11`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL .. code-block:: kconfig config MPSL_SIGNAL_STACK_SIZE int "Size of the signal handler thread stack" default 1024 help Size of the signal handler thread stack, used to process lower priority signals in MPSL. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*