:orphan: .. title:: choice: MCP9808 trigger mode .. _choice_276: .. describe:: choice: MCP9808 trigger mode *MCP9808 trigger mode* Type: ``bool`` Direct dependencies =================== \ :option:`MCP9808 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`MCP9808_TRIGGER_NONE ` Choice options ============== - \ :option:`MCP9808_TRIGGER_NONE ` - \ :option:`MCP9808_TRIGGER_GLOBAL_THREAD ` - \ :option:`MCP9808_TRIGGER_OWN_THREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/mcp9808/Kconfig:14`` 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:: choice bool "MCP9808 trigger mode" default \ :option:`MCP9808_TRIGGER_NONE ` depends on \ :option:`MCP9808 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*