-
CONFIG_MCP9808_THREAD_STACK_SIZE
¶
Sensor delayed work thread stack size
Type: int
Direct dependencies¶
MCP9808
&& MCP9808_TRIGGER_OWN_THREAD
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1024 if
MCP9808
&&MCP9808_TRIGGER_OWN_THREAD
&&SENSOR
Kconfig definition¶
At drivers/sensor/mcp9808/Kconfig:74
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:102
Menu path: (top menu) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor
config MCP9808_THREAD_STACK_SIZE int prompt "Sensor delayed work thread stack size" ifMCP9808
&&MCP9808_TRIGGER_OWN_THREAD
&&SENSOR
default 1024 ifMCP9808
&&MCP9808_TRIGGER_OWN_THREAD
&&SENSOR
depends onMCP9808
&&MCP9808_TRIGGER_OWN_THREAD
&&SENSOR
(Definitions include propagated dependencies, including from if’s and menus.)