-
CONFIG_LIS3MDL_NAME
¶
Driver name
Type: string
Help¶
Device name with which the LIS3MDL sensor is identified.
Direct dependencies¶
LIS3MDL
&& !HAS_DTS_I2C_DEVICE
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- “LIS3MDL” if
LIS3MDL
&& !HAS_DTS_I2C_DEVICE
&&SENSOR
Kconfig definition¶
At drivers/sensor/lis3mdl/Kconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:84
Menu path: (top menu) → Device Drivers → Sensor Drivers
config LIS3MDL_NAME string prompt "Driver name" ifLIS3MDL
&& !HAS_DTS_I2C_DEVICE
&&SENSOR
default "LIS3MDL" ifLIS3MDL
&& !HAS_DTS_I2C_DEVICE
&&SENSOR
depends onLIS3MDL
&& !HAS_DTS_I2C_DEVICE
&&SENSOR
help Device name with which the LIS3MDL sensor is identified.
(Definitions include propagated dependencies, including from if’s and menus.)