:orphan: .. title:: CONFIG_MCP9808_THREAD_STACK_SIZE .. kconfig:: CONFIG_MCP9808_THREAD_STACK_SIZE CONFIG_MCP9808_THREAD_STACK_SIZE ################################ *Sensor delayed work thread stack size* Type: ``int`` Direct dependencies =================== \ :kconfig:`MCP9808_TRIGGER_OWN_THREAD ` && \ :kconfig:`MCP9808 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/sensor/mcp9808/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:167`` Menu path: (Top) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor .. code-block:: kconfig config MCP9808_THREAD_STACK_SIZE int "Sensor delayed work thread stack size" default 1024 depends on MCP9808_TRIGGER_OWN_THREAD && MCP9808 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*