:orphan: .. title:: ISOTP_WORKQ_STACK_SIZE .. option:: CONFIG_ISOTP_WORKQ_STACK_SIZE *Work queue stack size* Type: ``int`` Help ==== This value defines the stack size of the work queue thread that handles flow control, consecutive sending, receiving and callbacks. Direct dependencies =================== \ :option:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 256 Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/isotp/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:11`` → ``subsys/canbus/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL] .. parsed-literal:: config ISOTP_WORKQ_STACK_SIZE int "Work queue stack size" default 256 depends on \ :option:`ISOTP ` help This value defines the stack size of the work queue thread that handles flow control, consecutive sending, receiving and callbacks. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*