CONFIG_HMC5883L_I2C_MASTER_DEV_NAME

I2C master where HMC5883L is connected

Type: string

Help

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

Direct dependencies

HMC5883L && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/hmc5883l/Kconfig:20

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → HMC5883L magnetometer

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

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