:orphan: .. title:: ETH_W5500_RX_THREAD_PRIO .. option:: CONFIG_ETH_W5500_RX_THREAD_PRIO *Priority for internal incoming packet handler* Type: ``int`` Help ==== Priority level for internal thread which is ran for incoming packet processing. Direct dependencies =================== \ :option:`ETH_W5500 ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.w5500:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:58`` Menu path: (Top) → Device Drivers → Ethernet Drivers → W5500 Ethernet Controller .. parsed-literal:: config ETH_W5500_RX_THREAD_PRIO int "Priority for internal incoming packet handler" default 2 depends on \ :option:`ETH_W5500 ` && \ :option:`NET_L2_ETHERNET ` help Priority level for internal thread which is ran for incoming packet processing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*