CONFIG_FXOS8700_PULSE

Pulse detection

Type: bool

Help

Enable pulse detection

Direct dependencies

FXOS8700_TRIGGER && FXOS8700 && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr Driver>/sensor/fxos8700/Kconfig:79

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:64<Zephyr Driver>/sensor/Kconfig:89

Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver

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.)