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