CONFIG_I3G4250D¶
I3G4250D three-axis digital output gyroscope
Type: bool
Help¶
Enable driver for I3G4250D SPI-based three-axis motion tracking device.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/sensor/i3g4250d/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:64
→ 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.)