:orphan: .. title:: CONFIG_FXOS8700_TEMP .. kconfig:: CONFIG_FXOS8700_TEMP CONFIG_FXOS8700_TEMP #################### *Enable temperature* Type: ``bool`` Help ==== .. code-block:: none 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 =================== (\ :kconfig:`FXOS8700_MODE_MAGN ` || \ :kconfig:`FXOS8700_MODE_HYBRID `) && \ :kconfig:`FXOS8700 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/fxos8700/Kconfig:32`` 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 config FXOS8700_TEMP bool "Enable temperature" 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*