1# Copyright (c) 2021 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_NXP_IMX8 5 6config SOC_SERIES 7 string 8 default "imx8" 9 10config SOC_TOOLCHAIN_NAME 11 string 12 default "nxp_imx_adsp" 13 14config SYS_CLOCK_HW_CYCLES_PER_SEC 15 default 666000000 if XTENSA_TIMER 16 17config SYS_CLOCK_TICKS_PER_SEC 18 default 50000 19 20config DCACHE_LINE_SIZE 21 default 128 22 23config GEN_IRQ_VECTOR_TABLE 24 default n 25 26source "soc/xtensa/nxp_adsp/imx8/Kconfig.defconfig.imx8q*" 27 28endif # SOC_SERIES_NXP_IMX8 29