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
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@ config PM_MCUX_PMU
|
||||||
|
|
||||||
endif # SOC_SERIES_IMX_RT10XX && PM
|
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_CHOSEN_Z_FLASH := zephyr,flash
|
||||||
DT_COMPAT_FLEXSPI := nxp,imx-flexspi
|
DT_COMPAT_FLEXSPI := nxp,imx-flexspi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue