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

Enable temperature

Type: bool

Help

Enable the temperature sensor. Note that the temperature sensor is uncalibrated and its output for a given temperature may vary from one device to the next.

Direct dependencies

(FXOS8700_MODE_MAGN || FXOS8700_MODE_HYBRID) && FXOS8700 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/fxos8700/Kconfig:34

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:58

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

config FXOS8700_TEMP
    bool
    prompt "Enable temperature" if (FXOS8700_MODE_MAGN || FXOS8700_MODE_HYBRID) && FXOS8700 && SENSOR
    depends on (FXOS8700_MODE_MAGN || FXOS8700_MODE_HYBRID) && FXOS8700 && SENSOR
    help
      Enable the temperature sensor. Note that the temperature sensor is
      uncalibrated and its output for a given temperature may vary from one
      device to the next.

(Definitions include propagated dependencies, including from if’s and menus.)