:orphan: .. title:: CONFIG_INA23X_TRIGGER .. kconfig:: CONFIG_INA23X_TRIGGER CONFIG_INA23X_TRIGGER ##################### *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Set to enable trigger mode using gpio interrupt, where interrupts are configured to line ALERT PIN. Direct dependencies =================== \ :kconfig:`INA23X ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/ina23x/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:115`` Menu path: (Top) → Device Drivers → Sensor Drivers → INA23X Current and Power Monitor .. code-block:: kconfig config INA23X_TRIGGER bool "Trigger mode" depends on INA23X && SENSOR help Set to enable trigger mode using gpio interrupt, where interrupts are configured to line ALERT PIN. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*