:orphan: .. title:: choice: Default full-scale .. _choice_268: .. describe:: choice: Default full-scale *Default full-scale* Type: ``bool`` Help ==== Specify the default full-scale. Direct dependencies =================== \ :option:`LSM9DS0_GYRO ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LSM9DS0_GYRO_FULLSCALE_245 ` Choice options ============== - \ :option:`LSM9DS0_GYRO_FULLSCALE_245 ` - \ :option:`LSM9DS0_GYRO_FULLSCALE_500 ` - \ :option:`LSM9DS0_GYRO_FULLSCALE_2000 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm9ds0_gyro/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:135`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM9DS0 I2C gyroscope Chip → Attributes .. parsed-literal:: choice bool "Default full-scale" default \ :option:`LSM9DS0_GYRO_FULLSCALE_245 ` depends on \ :option:`LSM9DS0_GYRO ` && \ :option:`SENSOR ` help Specify the default full-scale. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*