:orphan: .. title:: CONFIG_SX9500_THREAD_PRIORITY .. kconfig:: CONFIG_SX9500_THREAD_PRIORITY CONFIG_SX9500_THREAD_PRIORITY ############################# *Thread priority* Type: ``int`` Direct dependencies =================== \ :kconfig:`SX9500_TRIGGER_OWN_THREAD ` && \ :kconfig:`SX9500 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/sensor/sx9500/Kconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:211`` Menu path: (Top) → Device Drivers → Sensor Drivers → SX9500 I2C SAR Proximity Chip .. code-block:: kconfig config SX9500_THREAD_PRIORITY int "Thread priority" default 10 depends on SX9500_TRIGGER_OWN_THREAD && SX9500 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*