CONFIG_BMM150_I2C_ADDR

BMM150 I2C slave address

Type: hex

Help

Specify the I2C slave address for the BMM150. Possible addresses are 0x10,0x11,0x12,0x13.

Direct dependencies

BMM150 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/bmm150/Kconfig:20

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → BMM150 I2C Geomagnetic Chip

config BMM150_I2C_ADDR
    hex
    prompt "BMM150 I2C slave address" if BMM150 && SENSOR
    default 0x10 if BMM150 && SENSOR
    depends on BMM150 && SENSOR
    help
      Specify the I2C slave address for the BMM150.
      Possible addresses are 0x10,0x11,0x12,0x13.

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