-
CONFIG_FXAS21002_I2C_NAME
¶
I2C device name
Type: string
Direct dependencies¶
!HAS_DTS_I2C_DEVICE
&& FXAS21002
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
I2C_0_NAME
if !HAS_DTS_I2C_DEVICE
&&FXAS21002
&&SENSOR
Kconfig definition¶
At drivers/sensor/fxas21002/Kconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:66
Menu path: (top menu) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver
config FXAS21002_I2C_NAME string prompt "I2C device name" if !HAS_DTS_I2C_DEVICE
&&FXAS21002
&&SENSOR
defaultI2C_0_NAME
if !HAS_DTS_I2C_DEVICE
&&FXAS21002
&&SENSOR
depends on !HAS_DTS_I2C_DEVICE
&&FXAS21002
&&SENSOR
(Definitions include propagated dependencies, including from if’s and menus.)