zephyr/drivers/dai/intel/hda/Kconfig.hda
Adrian Bonislawski a45caf868f drivers: dai: add Intel HDA dai
add Intel HDA DAI driver
Long device list in dtsi needs to be refactored in the future

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
2022-11-29 19:42:33 -05:00

13 lines
288 B
Plaintext

# SOF HDA configuration options
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config DAI_INTEL_HDA
bool "Intel HDA driver for Dai interface"
default y
depends on DT_HAS_INTEL_HDA_DAI_ENABLED
select DMA
help
Select this to enable Intel HDA driver.