:orphan: .. title:: FXAS21002_DRDY_INT1 .. option:: CONFIG_FXAS21002_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 =================== (\ :option:`FXAS21002_TRIGGER ` && \ :option:`BOARD_WARP7_M4 `) || (\ :option:`FXAS21002_TRIGGER ` && \ :option:`FXAS21002 ` && \ :option:`SENSOR `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/warp7_m4/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config FXAS21002_DRDY_INT1 bool default y depends on \ :option:`FXAS21002_TRIGGER ` && \ :option:`BOARD_WARP7_M4 ` ---- At ``drivers/sensor/fxas21002/Kconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:81`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver .. parsed-literal:: config FXAS21002_DRDY_INT1 bool "Data ready interrupt to INT1 pin" depends on \ :option:`FXAS21002_TRIGGER ` && \ :option:`FXAS21002 ` && \ :option:`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.)*