:orphan: .. title:: CONFIG_MCP9808_TRIGGER .. kconfig:: CONFIG_MCP9808_TRIGGER CONFIG_MCP9808_TRIGGER ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MCP9808 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`MCP9808_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`MCP9808_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/mcp9808/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:167`` Menu path: (Top) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor .. code-block:: kconfig config MCP9808_TRIGGER bool depends on MCP9808 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*