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