The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_FXOS8700_MAG_VECM

Magnetic vector-magnitude detection

Type: bool

Help

Enable magnetic vector-magnitude detection

Direct dependencies

FXOS8700_TRIGGER && FXOS8700 && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/fxos8700/Kconfig:104

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:89

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

menuconfig FXOS8700_MAG_VECM
    bool "Magnetic vector-magnitude detection"
    depends on FXOS8700_TRIGGER && FXOS8700 && SENSOR
    help
      Enable magnetic vector-magnitude detection

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)