-
CONFIG_AK8975_I2C_MASTER_DEV_NAME
¶
I2C master where AK8975 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which the AK8975 chip is connected.
Kconfig definition¶
At drivers/sensor/ak8975/Kconfig:38
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:34
Menu path: (top menu) → Device Drivers → Sensor Drivers → AK8975 Magnetometer
config AK8975_I2C_MASTER_DEV_NAME string prompt "I2C master where AK8975 is connected" ifAK8975
&&SENSOR
default "I2C_0" ifAK8975
&&SENSOR
depends onAK8975
&&SENSOR
help Specify the device name of the I2C master device to which the AK8975 chip is connected.
(Definitions include propagated dependencies, including from if’s and menus.)