The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_TH02_I2C_MASTER_DEV_NAME

I2C Master

Type: string

Help

The device name of the I2C master device to which the TH02 chip is connected.

Direct dependencies

TH02 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/th02/Kconfig:20

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

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

config TH02_I2C_MASTER_DEV_NAME
    string
    prompt "I2C Master" if TH02 && SENSOR
    default "I2C_0" if TH02 && SENSOR
    depends on TH02 && SENSOR
    help
      The device name of the I2C master device to which the TH02
      chip is connected.

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