CONFIG_LIS3MDL

LIS3MDL magnetometer

Type: bool

Help

Enable driver for LIS3MDL I2C-based magnetometer.

Direct dependencies

I2C && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/lis3mdl/Kconfig:7

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

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

menuconfig LIS3MDL
    bool
    prompt "LIS3MDL magnetometer" if I2C && SENSOR
    depends on I2C && SENSOR
    help
      Enable driver for LIS3MDL I2C-based magnetometer.

(Definitions include propagated dependencies, including from if’s and menus.)