:orphan: .. title:: WIFI_WINC1500_THREAD_PRIO .. option:: CONFIG_WIFI_WINC1500_THREAD_PRIO *HAL callback handler thread priority* Type: ``int`` Help ==== This option sets the priority of the thread handling WINC1500 HAL callbacks. Do not touch it unless you know what you are doing. Direct dependencies =================== \ :option:`WIFI_WINC1500 ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/winc1500/Kconfig.winc1500:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:32`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → WINC1500 driver support .. parsed-literal:: config WIFI_WINC1500_THREAD_PRIO int "HAL callback handler thread priority" default 2 depends on \ :option:`WIFI_WINC1500 ` && \ :option:`WIFI ` help This option sets the priority of the thread handling WINC1500 HAL callbacks. Do not touch it unless you know what you are doing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*