:orphan: .. title:: choice: MCP9808 trigger mode .. _choice_326: .. describe:: choice: MCP9808 trigger mode *MCP9808 trigger mode* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MCP9808 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MCP9808_TRIGGER_NONE ` Choice options ============== - \ :kconfig:`MCP9808_TRIGGER_NONE ` - \ :kconfig:`MCP9808_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`MCP9808_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/mcp9808/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:169`` Menu path: (Top) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor .. code-block:: kconfig choice bool "MCP9808 trigger mode" default MCP9808_TRIGGER_NONE depends on MCP9808 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*