CONFIG_TMP007_I2C_MASTER_DEV_NAME

I2C master where TMP007 is connected

Type: string

Help

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

Direct dependencies

TMP007 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/tmp007/Kconfig:38

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → TMP007 Infrared Thermopile Sensor

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

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