CONFIG_FXAS21002

FXAS21002 gyroscope driver

Type: bool

Help

Enable driver for the FXAS21002 gyroscope

Direct dependencies

I2C && 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:29drivers/Kconfig:64drivers/sensor/Kconfig:66

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

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

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