The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SHT3XD

SHT3xD Temperature and Humidity Sensor

Type: bool

Help

Enable driver for SHT3xD temperature and humidity sensors.

Direct dependencies

I2C && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/sht3xd/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:112

Menu path: (top menu) → Device Drivers → Sensor Drivers

menuconfig SHT3XD
    bool
    prompt "SHT3xD Temperature and Humidity Sensor" if I2C && SENSOR
    depends on I2C && SENSOR
    help
      Enable driver for SHT3xD temperature and humidity sensors.

(Definitions include propagated dependencies, including from if’s and menus.)