-
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 if’s and menus.)
Defaults¶
- 800 if
ETH_ENC28J60
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.enc28j60:16
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
config ETH_ENC28J60_RX_THREAD_STACK_SIZE int prompt "Stack size for internal incoming packet handler" ifETH_ENC28J60
&&NET_L2_ETHERNET
default 800 ifETH_ENC28J60
&&NET_L2_ETHERNET
depends onETH_ENC28J60
&&NET_L2_ETHERNET
help Size of the stack used for internal thread which is ran for incoming packet processing.
(Definitions include propagated dependencies, including from if’s and menus.)