:orphan: .. title:: LIS3MDL_FS .. option:: 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 =================== \ :option:`LIS3MDL ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/sensor/lis3mdl/Kconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:125`` 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.)*