The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_AK8975_I2C_MASTER_DEV_NAME

I2C master where AK8975 is connected

Type: string

Help

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

Direct dependencies

AK8975 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/ak8975/Kconfig:38

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → AK8975 Magnetometer

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

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