soc: nxp: rt10xx: Increase workqueue size for enet
Increase the size of the system workqueue stack if using nxp ethernet driver Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
0e935ea180
commit
c8375659fb
|
@ -75,6 +75,13 @@ config PM_MCUX_PMU
|
|||
|
||||
endif # SOC_SERIES_IMX_RT10XX && PM
|
||||
|
||||
if ETH_NXP_ENET
|
||||
|
||||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||
default 1560
|
||||
|
||||
endif # ETH_NXP_ENET
|
||||
|
||||
DT_CHOSEN_Z_FLASH := zephyr,flash
|
||||
DT_COMPAT_FLEXSPI := nxp,imx-flexspi
|
||||
|
||||
|
|
Loading…
Reference in a new issue