CONFIG_STTS751¶
STTS751 temperature sensor
Type: bool
Help¶
Enable driver for STTS751 I2C-based temperature sensor.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/sensor/stts751/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:209
Menu path: (Top) → Device Drivers → Sensor Drivers
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.)