CONFIG_FXOS8700_PULSE_INT1

Pulse interrupt to INT1 pin

Type: bool

Help

Say Y to route pulse interrupt to INT1 pin. Say N to route to INT2 pin.

Direct dependencies

FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/sensor/fxos8700/Kconfig:86

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:83

Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver → Pulse detection

config FXOS8700_PULSE_INT1
    bool "Pulse interrupt to INT1 pin"
    depends on FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    help
      Say Y to route pulse interrupt to INT1 pin. Say N to route to INT2 pin.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)