blob: 93786720698689c794e1a6c892466ced844eb5ad [file] [log] [blame]
# S32 K M7 core series
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_S32K3_M7
config SOC_SERIES
default "s32k"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 2000000
config NUM_IRQS
# must be >= the highest interrupt number used
default 239
if !XIP
config FLASH_SIZE
default 0
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