CONFIG_SHT3XD_I2C_MASTER_DEV_NAME

I2C master where SHT3xD is connected

Type: string

Help

Specify the device name of the I2C master device to which the SHT3xD chip is connected.

Direct dependencies

SHT3XD && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/sht3xd/Kconfig:32

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:112

Menu path: (top menu) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor

config SHT3XD_I2C_MASTER_DEV_NAME
    string
    prompt "I2C master where SHT3xD is connected" if SHT3XD && SENSOR
    default "I2C_0" if SHT3XD && SENSOR
    depends on SHT3XD && SENSOR
    help
      Specify the device name of the I2C master device to which the
      SHT3xD chip is connected.

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