:orphan: .. title:: CONFIG_FXAS21002 .. kconfig:: CONFIG_FXAS21002 CONFIG_FXAS21002 ################ *FXAS21002 gyroscope driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the FXAS21002 gyroscope Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`HAS_DTS_GPIO ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/fxas21002/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:87`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig FXAS21002 bool "FXAS21002 gyroscope driver" depends on I2C && HAS_DTS_GPIO && SENSOR help Enable driver for the FXAS21002 gyroscope *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*