CONFIG_LSM6DSL_I2C_ADDR

LSM6DSL I2C address

Type: hex

Help

I2C address of the LSM6DSL sensor. Use 0x6A if the SA0 pin is pulled to GND or 0x6B if the SA0 pin is pulled to VCC.

Direct dependencies

LSM6DSL && LSM6DSL_I2C && !HAS_DTS_I2C_DEVICE && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/lsm6dsl/Kconfig:40

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

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

config LSM6DSL_I2C_ADDR
    hex
    prompt "LSM6DSL I2C address" if LSM6DSL && LSM6DSL_I2C && !HAS_DTS_I2C_DEVICE && SENSOR
    range 0x6A 0x6B if LSM6DSL && LSM6DSL_I2C && !HAS_DTS_I2C_DEVICE && SENSOR
    default 0x6A if LSM6DSL && LSM6DSL_I2C && !HAS_DTS_I2C_DEVICE && SENSOR
    depends on LSM6DSL && LSM6DSL_I2C && !HAS_DTS_I2C_DEVICE && SENSOR
    help
      I2C address of the LSM6DSL sensor.
      Use 0x6A if the SA0 pin is pulled to GND or 0x6B if the SA0 pin
      is pulled to VCC.

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