:orphan: .. title:: LSM6DS0_ENABLE_TEMP .. option:: CONFIG_LSM6DS0_ENABLE_TEMP *Enable temperature* Type: ``bool`` Help ==== Enable/disable temperature totally by stripping everything related in driver. Direct dependencies =================== \ :option:`LSM6DS0 ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm6ds0/Kconfig:61`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:92`` Menu path: (top menu) → Device Drivers → Sensor Drivers → LSM6DS0 I2C accelerometer and gyroscope Chip .. parsed-literal:: config LSM6DS0_ENABLE_TEMP bool prompt "Enable temperature" if \ :option:`LSM6DS0 ` && \ :option:`SENSOR ` depends on \ :option:`LSM6DS0 ` && \ :option:`SENSOR ` help Enable/disable temperature totally by stripping everything related in driver. *(Definitions include propagated dependencies, including from if's and menus.)*