CONFIG_FXOS8700_THREAD_PRIORITY

Own thread priority

Type: int

Direct dependencies

FXOS8700_TRIGGER_OWN_THREAD && FXOS8700_TRIGGER && SENSOR

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

Kconfig definition

At drivers/sensor/fxos8700/Kconfig:130

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

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

config FXOS8700_THREAD_PRIORITY
    int
    prompt "Own thread priority" if FXOS8700_TRIGGER_OWN_THREAD && FXOS8700_TRIGGER && SENSOR
    default 10 if FXOS8700_TRIGGER_OWN_THREAD && FXOS8700_TRIGGER && SENSOR
    depends on FXOS8700_TRIGGER_OWN_THREAD && FXOS8700_TRIGGER && SENSOR

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