1# NXP i.MX8 SoC family configuration options 2# 3# Copyright (c) 2021 NXP 4# SPDX-License-Identifier: Apache-2.0 5 6config SOC_FAMILY_NXP_ADSP 7 bool 8 select ARCH_HAS_COHERENCE 9 10if SOC_FAMILY_NXP_ADSP 11 12config SOC_FAMILY 13 string 14 default "nxp_adsp" 15 16# Select SoC Part No. and configuration options 17source "soc/xtensa/nxp_adsp/*/Kconfig.soc" 18 19endif # SOC_FAMILY_NXP_ADSP 20