:orphan: .. title:: MCP9808_THREAD_PRIORITY .. option:: CONFIG_MCP9808_THREAD_PRIORITY *MCP9808 thread priority* Type: ``int`` Direct dependencies =================== \ :option:`MCP9808_TRIGGER_OWN_THREAD ` && \ :option:`MCP9808 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/sensor/mcp9808/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:157`` Menu path: (Top) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor .. code-block:: kconfig config MCP9808_THREAD_PRIORITY int "MCP9808 thread priority" default 10 depends on MCP9808_TRIGGER_OWN_THREAD && MCP9808 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*