CONFIG_ADT7420_I2C_MASTER_DEV_NAME

I2C master where ADT7420 is connected

Type: string

Help

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

Direct dependencies

!HAS_DTS_I2C_DEVICE && ADT7420 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adt7420/Kconfig:36

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

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

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

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