Commit 7a80ef3e authored by Yangbo Lu's avatar Yangbo Lu Committed by Daniel DeGrasse
Browse files

boards: nxp: imx943_evk: add default NET options for NETC



1. Increased interfaces count as there are 6 MACs on i.MX943.
2. Increased NETC ring length as extended BD will be used.
3. Enabled monitor for gPTP sync status.

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
parent 8f29fb5f
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -6,3 +6,26 @@ config INTC_INIT_PRIORITY

config MBOX_INIT_PRIORITY
	default 3

if ETH_NXP_IMX_NETC

config ETH_NXP_IMX_RX_RING_LEN
	default 16

config ETH_NXP_IMX_TX_RING_LEN
	default 16

config NET_IF_MAX_IPV4_COUNT
	default 6

config NET_IF_MAX_IPV6_COUNT
	default 6

endif # ETH_NXP_IMX_NETC

if NET_GPTP

config NET_GPTP_MONITOR_SYNC_STATUS
	default y

endif # NET_GPTP