:orphan: .. title:: ETH_ENC28J60_RX_THREAD_PRIO .. option:: CONFIG_ETH_ENC28J60_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_ENC28J60 ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 2 if \ :option:`ETH_ENC28J60 ` && \ :option:`NET_L2_ETHERNET ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.enc28j60:24`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:18`` → ``drivers/ethernet/Kconfig:27`` Menu path: (top menu) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller .. parsed-literal:: config ETH_ENC28J60_RX_THREAD_PRIO int prompt "Priority for internal incoming packet handler" if \ :option:`ETH_ENC28J60 ` && \ :option:`NET_L2_ETHERNET ` default 2 if \ :option:`ETH_ENC28J60 ` && \ :option:`NET_L2_ETHERNET ` depends on \ :option:`ETH_ENC28J60 ` && \ :option:`NET_L2_ETHERNET ` help Priority level for internal thread which is ran for incoming packet processing. *(Definitions include propagated dependencies, including from if's and menus.)*