blob: ebd9377660b018b7ae131b6bbeb5f005b955deb6 [file] [log] [blame]
# Copyright (c) 2023 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_NXP_IMX8ULP
config SOC_SERIES
string
default "imx8ulp"
config SOC_TOOLCHAIN_NAME
string
default "nxp_imx8ulp_adsp"
config SOC
string
default "nxp_imx8ulp"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 528000000 if XTENSA_TIMER
config SYS_CLOCK_TICKS_PER_SEC
default 50000
config DCACHE_LINE_SIZE
default 128
config GEN_IRQ_VECTOR_TABLE
default n
endif # SOC_SERIES_NXP_IMX8ULP