1# Intel CAVS SoC series selection
2#
3# Copyright (c) 2020-2024 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_FAMILY_INTEL_ADSP
7 bool
8
9config SOC_FAMILY
10 default "intel_adsp" if SOC_FAMILY_INTEL_ADSP
11
12rsource "*/Kconfig.soc"
13