CONFIG_ADXL372_I2C_MASTER_DEV_NAME

I2C master where ADXL372 is connected

Type: string

Help

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

Direct dependencies

ADXL372_I2C && !HAS_DTS_I2C_DEVICE && ADXL372 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adxl372/Kconfig:48

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer

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

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