:orphan: .. title:: CONFIG_OSDP_THREAD_STACK_SIZE .. kconfig:: CONFIG_OSDP_THREAD_STACK_SIZE CONFIG_OSDP_THREAD_STACK_SIZE ############################# *OSDP Thread stack size* Type: ``int`` Help ==== .. code-block:: none Thread stack size for osdp refresh thread Direct dependencies =================== \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/mgmt/osdp/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_THREAD_STACK_SIZE int "OSDP Thread stack size" default 1024 depends on OSDP help Thread stack size for osdp refresh thread *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*