zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8ml8_adsp
Iuliana Prodan 1f55be8b42 nxp: imx8: change CONFIG_SOC_<name> to match the value
Change, for audio DSP and M7 cores, SOC_<name> to match
the exact soc name.
Update the board files accordingly.

These configs are used in SOF and NXP_HAL, so change
sha for these modules.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
2024-04-02 10:41:07 +03:00

48 lines
688 B
Text

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_IMX8M
if SOC_MIMX8ML8_ADSP
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 800000000
config SYS_CLOCK_TICKS_PER_SEC
default 50000
config DCACHE_LINE_SIZE
default 128
config GEN_IRQ_VECTOR_TABLE
default n
config CACHE_MANAGEMENT
default y
config SMP
default n
config XTENSA_TIMER
default y
config KERNEL_ENTRY
default "__start"
config MULTI_LEVEL_INTERRUPTS
default n
config 2ND_LEVEL_INTERRUPTS
default n
config DYNAMIC_INTERRUPTS
default y
# To prevent test uses TEST_LOGGING_MINIMAL
config TEST_LOGGING_DEFAULTS
default n
depends on TEST
endif # SOC_MIMX8ML8_ADSP
endif # SOC_SERIES_IMX8M