1# Copyright (c) 2020-2024 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5if SOC_SERIES_INTEL_ADSP_CAVS
6
7config INTEL_ADSP_CAVS
8	def_bool y
9
10rsource "Kconfig.defconfig.cavs*"
11
12config DMA_INTEL_ADSP_GPDMA
13	default y
14	depends on DMA
15
16config XTENSA_CCOUNT_HZ
17	default 400000000
18
19config SYS_CLOCK_TICKS_PER_SEC
20	default 50000
21
22config SMP
23	default y
24
25config XTENSA_TIMER
26	default n
27
28config KERNEL_ENTRY
29	default "_MainEntry"
30
31config MULTI_LEVEL_INTERRUPTS
32	default y
33
34config 2ND_LEVEL_INTERRUPTS
35	default y
36
37config DYNAMIC_INTERRUPTS
38	default y
39
40if LOG
41
42config LOG_BACKEND_ADSP
43	default y
44
45endif # LOG
46
47endif # SOC_SERIES_INTEL_ADSP_CAVS
48