34 lines
524 B
Plaintext
34 lines
524 B
Plaintext
# NXP i.MX8/RT SoC family default configuration options
|
|
#
|
|
# Copyright (c) 2021 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_FAMILY_NXP_ADSP
|
|
|
|
source "soc/xtensa/nxp_adsp/*/Kconfig.defconfig.series"
|
|
|
|
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
|
|
|
|
# To prevent test uses TEST_LOGGING_MINIMAL
|
|
config TEST_LOGGING_DEFAULTS
|
|
default n
|
|
depends on TEST
|
|
|
|
endif
|