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