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

FXAS21002 gyroscope driver

Type: bool

Help

Enable driver for the FXAS21002 gyroscope

Direct dependencies

I2C && HAS_DTS_I2C && HAS_DTS_GPIO && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/fxas21002/Kconfig:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:56

Menu path: (top menu) → Device Drivers → Sensor Drivers

menuconfig FXAS21002
    bool
    prompt "FXAS21002 gyroscope driver" if I2C && HAS_DTS_I2C && HAS_DTS_GPIO && SENSOR
    depends on I2C && HAS_DTS_I2C && HAS_DTS_GPIO && SENSOR
    help
      Enable driver for the FXAS21002 gyroscope

(Definitions include propagated dependencies, including from if’s and menus.)