CONFIG_IIS3DHHC_DRDY_INT1

Data ready interrupt to INT1 pin

Type: bool

Help

Say Y to route data ready interrupt to INT1 pin. Say N to route to INT2 pin.

Direct dependencies

IIS3DHHC_TRIGGER && IIS3DHHC && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/sensor/iis3dhhc/Kconfig:60

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

Menu path: (Top) → Device Drivers → Sensor Drivers → IIS3DHHC accelerometer sensor → Attributes

config IIS3DHHC_DRDY_INT1
    bool "Data ready interrupt to INT1 pin"
    default y
    depends on IIS3DHHC_TRIGGER && IIS3DHHC && SENSOR
    help
      Say Y to route data ready interrupt to INT1 pin. Say N to route to
      INT2 pin.

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