:orphan: .. title:: CONFIG_STTS751 .. kconfig:: CONFIG_STTS751 CONFIG_STTS751 ############## *STTS751 temperature sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for STTS751 I2C-based temperature sensor. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_STMEMSC ` - \ :kconfig:`USE_STDC_STTS751 ` Kconfig definition ================== At ``/sensor/stts751/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:215`` 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.)*