CONFIG_MAX44009_I2C_DEV_NAME

I2C master where MAX44009 is connected

Type: string

Help

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

Direct dependencies

MAX44009 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/max44009/Kconfig:33

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

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

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

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