blob: d76faf02defd2e0f535a89103e62ccb162e9afea [file] [log] [blame]
# Intel CAVS SoC family default configuration options
#
# Copyright (c) 2020-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_FAMILY_INTEL_ADSP
rsource "*/Kconfig.defconfig.series"
# A workaround for HWMv2 to recover SOF arch/xtensa defaults overridden by arch/host.
if SOF
config CORE_COUNT
int
default MP_MAX_NUM_CPUS
endif
config XTENSA_RPO_CACHE
def_bool y
# console can't handle the amount of data coming from many tests, so introduce
# a delay beween testcases.
if ZTEST
config ZTEST_TEST_DELAY_MS
default 100
endif
if XTENSA_RPO_CACHE
config XTENSA_CACHED_REGION
default 5
config XTENSA_UNCACHED_REGION
default 4
endif # XTENSA_RPO_CACHE
config CONSOLE
def_bool y
if CONSOLE
config WINSTREAM_CONSOLE
def_bool y
endif
config CACHE_MANAGEMENT
def_bool y
choice CACHE_TYPE
default ARCH_CACHE
endchoice
endif # SOC_FAMILY_INTEL_ADSP