:orphan: .. title:: MCP9808_THREAD_STACK_SIZE .. option:: CONFIG_MCP9808_THREAD_STACK_SIZE *Sensor delayed work thread stack size* Type: ``int`` Direct dependencies =================== \ :option:`MCP9808_TRIGGER_OWN_THREAD ` && \ :option:`MCP9808 ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 1024 if \ :option:`MCP9808_TRIGGER_OWN_THREAD ` && \ :option:`MCP9808 ` && \ :option:`SENSOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/mcp9808/Kconfig:71`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:104`` Menu path: (top menu) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor .. parsed-literal:: config MCP9808_THREAD_STACK_SIZE int prompt "Sensor delayed work thread stack size" if \ :option:`MCP9808_TRIGGER_OWN_THREAD ` && \ :option:`MCP9808 ` && \ :option:`SENSOR ` default 1024 if \ :option:`MCP9808_TRIGGER_OWN_THREAD ` && \ :option:`MCP9808 ` && \ :option:`SENSOR ` depends on \ :option:`MCP9808_TRIGGER_OWN_THREAD ` && \ :option:`MCP9808 ` && \ :option:`SENSOR ` *(Definitions include propagated dependencies, including from if's and menus.)*