CONFIG_FXOS8700_WHOAMI

WHOAMI value

Type: hex

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.

Direct dependencies

FXOS8700 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/fxos8700/Kconfig:37

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:68

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

config FXOS8700_WHOAMI
    hex
    prompt "WHOAMI value" if FXOS8700 && SENSOR
    range 0x00 0xff if FXOS8700 && SENSOR
    default 0xc7 if FXOS8700 && SENSOR
    depends on FXOS8700 && 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.

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