1# Copyright (c) 2020 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4choice
5	prompt "Intel CAVS SoC Selection"
6
7	config SOC_INTEL_CAVS_V20
8		bool "CAVS v2.0 SoC"
9		depends on SOC_SERIES_INTEL_CAVS_V20
10
11endchoice
12