1# Copyright (c) 2024 AMD
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_ACP_6_0
5config DCACHE_LINE_SIZE
6	default 128
7
8config CACHE_MANAGEMENT
9	default n
10
11config XTENSA_TIMER
12	default y
13
14config SYS_CLOCK_HW_CYCLES_PER_SEC
15	default 600000000 if XTENSA_TIMER
16
17config MULTI_LEVEL_INTERRUPTS
18	default n
19
20config 2ND_LEVEL_INTERRUPTS
21	default n
22
23config KERNEL_ENTRY
24	default "__start"
25endif
26