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

Kconfig definition

At drivers/sensor/lis3mdl/Kconfig:15

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:84

Menu path: (top menu) → Device Drivers → Sensor Drivers

config LIS3MDL_NAME
    string
    prompt "Driver name" if LIS3MDL && !HAS_DTS_I2C_DEVICE && SENSOR
    default "LIS3MDL" if LIS3MDL && !HAS_DTS_I2C_DEVICE && SENSOR
    depends on LIS3MDL && !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.)