1# SOF HDA configuration options 2 3# Copyright (c) 2022 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config DAI_INTEL_HDA 7 bool "Intel HDA driver for Dai interface" 8 default y 9 depends on DT_HAS_INTEL_HDA_DAI_ENABLED 10 select DMA 11 help 12 Select this to enable Intel HDA driver. 13