soc: nxp_s32: s32k344: add EMAC support

This device has a single instance of EMAC (a 100Mbps version of GMAC).
TCP/UDP checksum calculation is offloaded.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-07-27 23:08:19 +07:00 committed by Carles Cufí
commit 12627d329e
2 changed files with 18 additions and 0 deletions

View file

@ -22,6 +22,16 @@ config FLASH_BASE_ADDRESS
default 0
endif
if NET_L2_ETHERNET
config NET_TCP_CHECKSUM
default n
config NET_UDP_CHECKSUM
default n
endif # NET_L2_ETHERNET
source "soc/arm/nxp_s32/s32k/Kconfig.defconfig.s32k*"
endif # SOC_SERIES_S32K_M7