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
ETH_ENC28J60
&& NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Default
2
Kconfig definition
At <Zephyr>/drivers/ethernet/Kconfig.enc28j60:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:47
Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller
config ETH_ENC28J60_RX_THREAD_PRIO
int "Priority for internal incoming packet handler"
default 2
depends on ETH_ENC28J60 && 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.)