1# Intel CAVS SoC family configuration options 2# 3# Copyright (c) 2020 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config SOC_FAMILY_INTEL_ADSP 7 bool 8 9if SOC_FAMILY_INTEL_ADSP 10 11config SOC_FAMILY 12 string 13 default "intel_adsp" 14 15# Select SoC Part No. and configuration options 16source "soc/xtensa/intel_adsp/*/Kconfig.soc" 17 18endif # SOC_FAMILY_INTEL_ADSP 19