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_V25 8 bool "CAVS v2.5 SoC" 9 depends on SOC_SERIES_INTEL_CAVS_V25 10 11endchoice 12