:orphan: .. title:: choice: Default sampling rate frequency .. _choice_319: .. describe:: choice: Default sampling rate frequency *Default sampling rate frequency* Type: ``bool`` Help ==== .. code-block:: none Specify the default sampling rate frequency. Direct dependencies =================== \ :kconfig:`LSM9DS0_GYRO ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LSM9DS0_GYRO_SAMPLING_RATE_95 ` Choice options ============== - \ :kconfig:`LSM9DS0_GYRO_SAMPLING_RATE_95 ` - \ :kconfig:`LSM9DS0_GYRO_SAMPLING_RATE_190 ` - \ :kconfig:`LSM9DS0_GYRO_SAMPLING_RATE_380 ` - \ :kconfig:`LSM9DS0_GYRO_SAMPLING_RATE_760 ` Kconfig definition ================== At ``/sensor/lsm9ds0_gyro/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:153`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM9DS0 I2C gyroscope Chip → Attributes .. code-block:: kconfig choice bool "Default sampling rate frequency" default LSM9DS0_GYRO_SAMPLING_RATE_95 depends on LSM9DS0_GYRO && SENSOR help Specify the default sampling rate frequency. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*