:orphan: .. title:: STTS751 .. option:: CONFIG_STTS751 *STTS751 temperature sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for STTS751 I2C-based temperature sensor. Direct dependencies =================== \ :option:`I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`HAS_STMEMSC ` - \ :option:`USE_STDC_STTS751 ` Kconfig definition ================== At ``/sensor/stts751/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:191`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig STTS751 bool "STTS751 temperature sensor" select HAS_STMEMSC select USE_STDC_STTS751 depends on I2C && SENSOR help Enable driver for STTS751 I2C-based temperature sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*