The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_I3G4250D

I3G4250D three-axis digital output gyroscope

Type: bool

Help

Enable driver for I3G4250D SPI-based three-axis motion tracking device.

Direct dependencies

SPI && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/sensor/i3g4250d/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:103

Menu path: (Top) → Device Drivers → Sensor Drivers

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.)