: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 ifs and menus.)* Default ======= - 1024 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/mcp9808/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:147`` Menu path: (Top) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor .. parsed-literal:: config MCP9808_THREAD_STACK_SIZE int "Sensor delayed work thread stack size" default 1024 depends on \ :option:`MCP9808_TRIGGER_OWN_THREAD ` && \ :option:`MCP9808 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*