:orphan: .. title:: choice: Trigger mode .. _choice_241: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering used by the driver. Direct dependencies =================== \ :kconfig:`ADT7420 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ADT7420_TRIGGER_NONE ` Choice options ============== - \ :kconfig:`ADT7420_TRIGGER_NONE ` - \ :kconfig:`ADT7420_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`ADT7420_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/adt7420/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:41`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor .. code-block:: kconfig choice bool "Trigger mode" default ADT7420_TRIGGER_NONE depends on ADT7420 && SENSOR help Specify the type of triggering used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*