:orphan: .. title:: STTS751 .. option:: CONFIG_STTS751 *STTS751 temperature sensor* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/sensor/stts751/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:175`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig STTS751 bool "STTS751 temperature sensor" select \ :option:`HAS_STMEMSC ` select \ :option:`USE_STDC_STTS751 ` depends on \ :option:`I2C ` && \ :option:`SENSOR ` help Enable driver for STTS751 I2C-based temperature sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*