:orphan: .. title:: CONFIG_FXAS21002_WHOAMI .. kconfig:: CONFIG_FXAS21002_WHOAMI CONFIG_FXAS21002_WHOAMI ####################### *WHOAMI value* Type: ``hex`` Help ==== .. code-block:: none The datasheet defines the value of the WHOAMI register, but some pre-production devices can have a different value. It is unlikely you should need to change this configuration option from the default. Direct dependencies =================== \ :kconfig:`FXAS21002 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xd7 Kconfig definition ================== At ``/sensor/fxas21002/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:87`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver .. code-block:: kconfig config FXAS21002_WHOAMI hex "WHOAMI value" range 0x00 0xff default 0xd7 depends on FXAS21002 && SENSOR help The datasheet defines the value of the WHOAMI register, but some pre-production devices can have a different value. It is unlikely you should need to change this configuration option from the default. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*