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 <Zephyr>/drivers/sensor/i3g4250d/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/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.)