:orphan: .. title:: CONFIG_LIS3MDL_FS .. kconfig:: CONFIG_LIS3MDL_FS CONFIG_LIS3MDL_FS ################# *Full-scale range* Type: ``int`` Help ==== .. code-block:: none Magnetometer full-scale range. An X value for the config represents a range of +/- X gauss. Valid values are 4, 8, 12 and 16. Direct dependencies =================== \ :kconfig:`LIS3MDL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/sensor/lis3mdl/Kconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:131`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer .. code-block:: kconfig config LIS3MDL_FS int "Full-scale range" default 4 depends on LIS3MDL && SENSOR help Magnetometer full-scale range. An X value for the config represents a range of +/- X gauss. Valid values are 4, 8, 12 and 16. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*