-
CONFIG_ETH_ENC28J60_RX_THREAD_STACK_SIZE
¶
Stack size for internal incoming packet handler
Type: int
Help¶
Size of the stack used 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¶
800
Kconfig definition¶
At drivers/ethernet/Kconfig.enc28j60:13
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:20
→ drivers/ethernet/Kconfig:47
Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller
config ETH_ENC28J60_RX_THREAD_STACK_SIZE int "Stack size for internal incoming packet handler" default 800 depends onETH_ENC28J60
&&NET_L2_ETHERNET
help Size of the stack used for internal thread which is ran for incoming packet processing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)