:orphan: .. title:: CONFIG_TMP108_ALERT_INTERRUPTS .. kconfig:: CONFIG_TMP108_ALERT_INTERRUPTS CONFIG_TMP108_ALERT_INTERRUPTS ############################## *Allow interrupts to service over and under temp alerts* Type: ``bool`` Help ==== .. code-block:: none This will set up interrupts to service under and over temp alerts see TMP108 spec sheet for more information on how these work. Direct dependencies =================== \ :kconfig:`TMP108 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/tmp108/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:223`` Menu path: (Top) → Device Drivers → Sensor Drivers → TMP108 Temperature Sensor .. code-block:: kconfig config TMP108_ALERT_INTERRUPTS bool "Allow interrupts to service over and under temp alerts" depends on TMP108 && SENSOR help This will set up interrupts to service under and over temp alerts see TMP108 spec sheet for more information on how these work. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*