1# Copyright (c) 2022-2024 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_INTEL_ACE20_LNL 5 6config MP_MAX_NUM_CPUS 7 default 5 8 9config SYS_CLOCK_HW_CYCLES_PER_SEC 10 default 393216000 if XTENSA_TIMER 11 default 1000000 if INTEL_ADSP_SIM 12 default 38400000 if INTEL_ADSP_TIMER 13 14config XTENSA_CCOUNT_HZ 15 default 393216000 16 17endif 18