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 Driver>/sensor/iis3dhhc/Kconfig:60
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:113
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.)