:orphan: .. title:: CONFIG_I3G4250D .. kconfig:: CONFIG_I3G4250D CONFIG_I3G4250D ############### *I3G4250D three-axis digital output gyroscope* Type: ``bool`` Help ==== .. code-block:: none Enable driver for I3G4250D SPI-based three-axis motion tracking device. Direct dependencies =================== \ :kconfig:`SPI ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_STMEMSC ` - \ :kconfig:`USE_STDC_I3G4250D ` Kconfig definition ================== At ``/sensor/i3g4250d/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:103`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config I3G4250D bool "I3G4250D three-axis digital output gyroscope" select HAS_STMEMSC select USE_STDC_I3G4250D depends on SPI && SENSOR help Enable driver for I3G4250D SPI-based three-axis motion tracking device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*