21 lines
386 B
Plaintext
21 lines
386 B
Plaintext
# NXP i.MX8 SoC family configuration options
|
|
#
|
|
# Copyright (c) 2021 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_NXP_ADSP
|
|
bool
|
|
select ARCH_HAS_COHERENCE
|
|
select CPU_HAS_DCACHE
|
|
|
|
if SOC_FAMILY_NXP_ADSP
|
|
|
|
config SOC_FAMILY
|
|
string
|
|
default "nxp_adsp"
|
|
|
|
# Select SoC Part No. and configuration options
|
|
source "soc/xtensa/nxp_adsp/*/Kconfig.soc"
|
|
|
|
endif # SOC_FAMILY_NXP_ADSP
|