:orphan: .. title:: CONFIG_ETH_ENC424J600_RX_THREAD_STACK_SIZE .. kconfig:: CONFIG_ETH_ENC424J600_RX_THREAD_STACK_SIZE CONFIG_ETH_ENC424J600_RX_THREAD_STACK_SIZE ########################################## *Stack size for internal incoming packet handler* Type: ``int`` Help ==== .. code-block:: none Size of the stack used for internal thread which is ran for incoming packet processing. Direct dependencies =================== \ :kconfig:`ETH_ENC424J600 ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 800 Kconfig definition ================== At ``/ethernet/Kconfig.enc424j600:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:48`` Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC424J600C Ethernet Controller .. code-block:: kconfig config ETH_ENC424J600_RX_THREAD_STACK_SIZE int "Stack size for internal incoming packet handler" default 800 depends on ETH_ENC424J600 && 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.)*