CONFIG_TMP108_ALERT_INTERRUPTS
Allow interrupts to service over and under temp alerts
Type: bool
Help
This will set up interrupts to service under and over temp alerts
see TMP108 spec sheet for more information on how these work.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/sensor/tmp108/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:223
Menu path: (Top) → Device Drivers → Sensor Drivers → TMP108 Temperature Sensor
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.)