CONFIG_LSM303DLHC_MAGN¶
LSM303DLHC Three Axis Magnetometer
Type: bool
Help¶
Enable driver for LSM303DLHC I2C-based triaxial magnetometer sensor.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/lsm303dlhc_magn/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:143
Menu path: (Top) → Device Drivers → Sensor Drivers
menuconfig LSM303DLHC_MAGN
    bool "LSM303DLHC Three Axis Magnetometer"
    depends on I2C && SENSOR
    help
      Enable driver for LSM303DLHC I2C-based triaxial magnetometer sensor.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)