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¶
(FXAS21002_TRIGGER && BOARD_WARP7_M4) || (FXAS21002_TRIGGER && FXAS21002 && SENSOR)
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Kconfig definitions¶
At <Zephyr Boards>/arm/warp7_m4/Kconfig.defconfig:15
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config FXAS21002_DRDY_INT1
    bool
    default y
    depends on FXAS21002_TRIGGER && BOARD_WARP7_M4
At <Zephyr Driver>/sensor/fxas21002/Kconfig:71
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:87
Menu path: (Top) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver
config FXAS21002_DRDY_INT1
    bool "Data ready interrupt to INT1 pin"
    depends on FXAS21002_TRIGGER && FXAS21002 && 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.)