-
CONFIG_MPU6050_I2C_MASTER_DEV_NAME
¶
I2C master where MPU6050 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which MPU6050 is connected.
Kconfig definition¶
At drivers/sensor/mpu6050/Kconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:102
Menu path: (top menu) → Device Drivers → Sensor Drivers → MPU6050 Six-Axis Motion Tracking Device
config MPU6050_I2C_MASTER_DEV_NAME string prompt "I2C master where MPU6050 is connected" ifMPU6050
&&SENSOR
default "I2C_0" ifMPU6050
&&SENSOR
depends onMPU6050
&&SENSOR
help Specify the device name of the I2C master device to which MPU6050 is connected.
(Definitions include propagated dependencies, including from if’s and menus.)