:orphan: .. title:: FXOS8700_MOTION_INT1 .. option:: CONFIG_FXOS8700_MOTION_INT1 *Motion interrupt to INT1 pin* Type: ``bool`` Help ==== Say Y to route motion interrupt to INT1 pin. Say N to route to INT2 pin. Direct dependencies =================== \ :option:`FXOS8700_MOTION ` && \ :option:`FXOS8700_TRIGGER ` && \ :option:`FXOS8700 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/fxos8700/Kconfig:98`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:83`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver → Motion detection .. parsed-literal:: config FXOS8700_MOTION_INT1 bool "Motion interrupt to INT1 pin" depends on \ :option:`FXOS8700_MOTION ` && \ :option:`FXOS8700_TRIGGER ` && \ :option:`FXOS8700 ` && \ :option:`SENSOR ` help Say Y to route motion interrupt to INT1 pin. Say N to route to INT2 pin. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*