:orphan: .. title:: LIS3MDL_FS .. option:: CONFIG_LIS3MDL_FS *Full-scale range* Type: ``int`` 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. Direct dependencies =================== \ :option:`LIS3MDL ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis3mdl/Kconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:119`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer .. parsed-literal:: config LIS3MDL_FS int "Full-scale range" default 4 depends on \ :option:`LIS3MDL ` && \ :option:`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.)*