-
CONFIG_LSM6DSL_DEV_NAME
¶
LSM6DSL device name
Type: string
Direct dependencies¶
((LSM6DSL_I2C
&& !HAS_DTS_I2C_DEVICE
) || LSM6DSL_SPI
) && SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- “LSM6DSL” if ((
LSM6DSL_I2C
&& !HAS_DTS_I2C_DEVICE
) ||LSM6DSL_SPI
) &&SENSOR
Kconfig definition¶
At drivers/sensor/lsm6dsl/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:92
Menu path: (top menu) → Device Drivers → Sensor Drivers
config LSM6DSL_DEV_NAME string prompt "LSM6DSL device name" if ((LSM6DSL_I2C
&& !HAS_DTS_I2C_DEVICE
) ||LSM6DSL_SPI
) &&SENSOR
default "LSM6DSL" if ((LSM6DSL_I2C
&& !HAS_DTS_I2C_DEVICE
) ||LSM6DSL_SPI
) &&SENSOR
depends on ((LSM6DSL_I2C
&& !HAS_DTS_I2C_DEVICE
) ||LSM6DSL_SPI
) &&SENSOR
(Definitions include propagated dependencies, including from if’s and menus.)