:orphan: .. title:: CONFIG_IIS3DHHC_DRDY_INT1 .. kconfig:: CONFIG_IIS3DHHC_DRDY_INT1 CONFIG_IIS3DHHC_DRDY_INT1 ######################### *Data ready interrupt to INT1 pin* Type: ``bool`` Help ==== .. code-block:: none Say Y to route data ready interrupt to INT1 pin. Say N to route to INT2 pin. Direct dependencies =================== \ :kconfig:`IIS3DHHC_TRIGGER ` && \ :kconfig:`IIS3DHHC ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/iis3dhhc/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:113`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS3DHHC accelerometer sensor → Attributes .. code-block:: kconfig 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.)*