The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SX9500_THREAD_PRIORITY

Thread priority

Type: int

Direct dependencies

SX9500_TRIGGER_OWN_THREAD && SX9500 && SENSOR

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

Kconfig definition

At drivers/sensor/sx9500/Kconfig:81

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:114

Menu path: (top menu) → Device Drivers → Sensor Drivers → SX9500 I2C SAR Proximity Chip

config SX9500_THREAD_PRIORITY
    int
    prompt "Thread priority" if SX9500_TRIGGER_OWN_THREAD && SX9500 && SENSOR
    default 10 if SX9500_TRIGGER_OWN_THREAD && SX9500 && SENSOR
    depends on SX9500_TRIGGER_OWN_THREAD && SX9500 && SENSOR

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