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