:orphan: .. title:: FXOS8700_MOTION .. option:: CONFIG_FXOS8700_MOTION *Motion detection* Type: ``bool`` Help ==== .. code-block:: none Enable motion detection Direct dependencies =================== \ :option:`FXOS8700_TRIGGER ` && \ :option:`FXOS8700 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/fxos8700/Kconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:89`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver .. code-block:: kconfig menuconfig FXOS8700_MOTION bool "Motion detection" depends on FXOS8700_TRIGGER && FXOS8700 && SENSOR help Enable motion detection *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*