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:
parent
36f11627ce
commit
12627d329e
2 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue