-
CONFIG_BMC150_MAGN_I2C_MASTER_DEV_NAME
¶
I2C master where BMC150_MAGN is connected
Type: string
Help¶
Specify the device name of the I2C master device to which BMC150_MAGN is connected.
Defaults¶
- “I2C_0” if
BMC150_MAGN
&&SENSOR
Kconfig definition¶
At drivers/sensor/bmc150_magn/Kconfig:30
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:44
Menu path: (top menu) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip
config BMC150_MAGN_I2C_MASTER_DEV_NAME string prompt "I2C master where BMC150_MAGN is connected" ifBMC150_MAGN
&&SENSOR
default "I2C_0" ifBMC150_MAGN
&&SENSOR
depends onBMC150_MAGN
&&SENSOR
help Specify the device name of the I2C master device to which BMC150_MAGN is connected.
(Definitions include propagated dependencies, including from if’s and menus.)