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 && (FXOS8700_MODE_MAGN || FXOS8700_MODE_HYBRID) && SENSOR

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/fxos8700/Kconfig:63

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:68

Menu path: (top menu) → Device Drivers → Sensor Drivers

config FXOS8700_TEMP
    bool
    prompt "Enable temperature" if FXOS8700 && (FXOS8700_MODE_MAGN || FXOS8700_MODE_HYBRID) && SENSOR
    depends on FXOS8700 && (FXOS8700_MODE_MAGN || FXOS8700_MODE_HYBRID) && 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.)