CONFIG_MCP9808_THREAD_PRIORITY

MCP9808 thread priority

Type: int

Direct dependencies

MCP9808 && MCP9808_TRIGGER_OWN_THREAD && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/mcp9808/Kconfig:79

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:102

Menu path: (top menu) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor

config MCP9808_THREAD_PRIORITY
    int
    prompt "MCP9808 thread priority" if MCP9808 && MCP9808_TRIGGER_OWN_THREAD && SENSOR
    default 10 if MCP9808 && MCP9808_TRIGGER_OWN_THREAD && SENSOR
    depends on MCP9808 && MCP9808_TRIGGER_OWN_THREAD && SENSOR

(Definitions include propagated dependencies, including from if’s and menus.)