-
CONFIG_HMC5883L_I2C_MASTER_DEV_NAME
¶
I2C master where HMC5883L is connected
Type: string
Help¶
Specify the device name of the I2C master device to which HMC5883L is connected.
Kconfig definition¶
At drivers/sensor/hmc5883l/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:72
Menu path: (top menu) → Device Drivers → Sensor Drivers → HMC5883L magnetometer
config HMC5883L_I2C_MASTER_DEV_NAME string prompt "I2C master where HMC5883L is connected" ifHMC5883L
&&SENSOR
default "I2C_0" ifHMC5883L
&&SENSOR
depends onHMC5883L
&&SENSOR
help Specify the device name of the I2C master device to which HMC5883L is connected.
(Definitions include propagated dependencies, including from if’s and menus.)